appscms-tools-theme 4.6.1 → 4.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. checksums.yaml +4 -4
  2. data/_data/about/en/about.json +16 -16
  3. data/_data/blog/nav.json +14 -14
  4. data/_data/blog/relatedblogs.json +2816 -1
  5. data/_data/feature/en/batch-conversion.json +192 -192
  6. data/_data/feature/en/compress-pdf.json +305 -305
  7. data/_data/feature/en/devtools.json +321 -321
  8. data/_data/feature/en/face-detection.json +156 -156
  9. data/_data/feature/en/split-pdf.json +221 -221
  10. data/_data/feature/en/theframe.json +160 -160
  11. data/_data/footer/en/data.json +2 -2
  12. data/_data/header/en/data.json +412 -412
  13. data/_data/home/en/en.json +324 -324
  14. data/_data/home/en/posters.json +322 -322
  15. data/_includes/appscms/customblog/contenttool-recent-posts.html +94 -94
  16. data/_includes/appscms/customblog/pageRelatedPosts.html +68 -62
  17. data/_includes/appscms/customblog/recentposts.html +67 -67
  18. data/_includes/appscms/customblog/relatedBlogs.html +82 -82
  19. data/_includes/appscms/customblog/relatedposts.html +193 -193
  20. data/_includes/appscms/extras/appscms-postbox.html +57 -57
  21. data/_includes/appscms/featurePageAuthors/featurePageAuthors.html +85 -85
  22. data/_includes/appscms/head/bloghead.html +128 -128
  23. data/_includes/appscms/headings/contenttool-headings.html +33 -33
  24. data/_includes/appscms/headings/devtool-headings.html +38 -38
  25. data/_includes/appscms/home/contenttool-feature-boxes.html +19 -19
  26. data/_includes/appscms/home/devtool-feature-boxes.html +70 -70
  27. data/_includes/appscms/infographics/infographics.html +166 -166
  28. data/_includes/appscms/loaders/loader.html +4 -4
  29. data/_includes/appscms/navbars/devtool-navbar.html +50 -50
  30. data/_includes/appscms/navbars/devtool-toolbar.html +100 -100
  31. data/_includes/appscms/recent-posts/recent_posts.html +90 -90
  32. data/_includes/appscms/recent-posts/related_categories_post.html +194 -194
  33. data/_includes/appscms/searchbar/devtool-searchbar.html +63 -63
  34. data/_includes/appscms/usp/usp.html +90 -90
  35. data/_includes/author_bio.html +41 -41
  36. data/_includes/authorpagehead/index.html +47 -47
  37. data/_includes/authors/authors.html +39 -39
  38. data/_includes/batch-conversion.html +141 -141
  39. data/_includes/bookmark.html +6 -6
  40. data/_includes/cssfile/links.html +54 -54
  41. data/_includes/custom-head.html +138 -138
  42. data/_includes/customCode.html +1 -1
  43. data/_includes/customScripts.html +1 -1
  44. data/_includes/customblog/pageRelatedPosts.html +87 -87
  45. data/_includes/customblog/recentposts.html +67 -67
  46. data/_includes/customblog/relatedBlogs.html +86 -86
  47. data/_includes/customblog/relatedposts.html +201 -201
  48. data/_includes/dropdown/langdropdown.html +32 -32
  49. data/_includes/feature.html +39 -39
  50. data/_includes/featurePageAuthors/featurePageAuthors.html +101 -101
  51. data/_includes/footer/index.html +537 -537
  52. data/_includes/google-analytics.html +32 -32
  53. data/_includes/head/index.html +623 -623
  54. data/_includes/header/blogHeader.html +34 -34
  55. data/_includes/header/index.html +192 -192
  56. data/_includes/infographics/infographics.html +241 -241
  57. data/_includes/paginationBlogPage.html +70 -70
  58. data/_includes/postbox.html +65 -65
  59. data/_includes/script.html +493 -493
  60. data/_includes/section/count.html +32 -32
  61. data/_includes/section/recent_posts.html +94 -94
  62. data/_includes/section/related_categories_post.html +196 -196
  63. data/_includes/share/socialshare.html +21 -21
  64. data/_includes/userTracking.html +14 -14
  65. data/_layouts/aboutUs.html +175 -175
  66. data/_layouts/allAuthors.html +131 -131
  67. data/_layouts/appscms-about.html +163 -163
  68. data/_layouts/appscms-audio.html +33 -33
  69. data/_layouts/appscms-author.html +436 -436
  70. data/_layouts/appscms-authors.html +145 -145
  71. data/_layouts/appscms-batch.html +141 -141
  72. data/_layouts/appscms-calculator.html +93 -93
  73. data/_layouts/appscms-categories.html +26 -26
  74. data/_layouts/appscms-contact.html +132 -132
  75. data/_layouts/appscms-disclaimer.html +124 -124
  76. data/_layouts/appscms-download.html +289 -289
  77. data/_layouts/appscms-feature-result.html +96 -96
  78. data/_layouts/appscms-help.html +25 -25
  79. data/_layouts/appscms-imagekit.html +96 -96
  80. data/_layouts/appscms-post.html +243 -243
  81. data/_layouts/appscms-privacy-policy.html +781 -781
  82. data/_layouts/appscms-terms-and-conditions.html +646 -646
  83. data/_layouts/appscms-video.html +33 -33
  84. data/_layouts/audio.html +33 -33
  85. data/_layouts/author.html +409 -409
  86. data/_layouts/batch.html +177 -177
  87. data/_layouts/blog-1.html +116 -116
  88. data/_layouts/blog.html +131 -131
  89. data/_layouts/calculator.html +99 -99
  90. data/_layouts/contenttool-feature.html +45 -45
  91. data/_layouts/contenttool-home.html +53 -53
  92. data/_layouts/devtool-blog.html +132 -132
  93. data/_layouts/devtool-feature.html +54 -54
  94. data/_layouts/devtool-home.html +53 -53
  95. data/_layouts/devtools.html +57 -57
  96. data/_layouts/feature-1.html +406 -406
  97. data/_layouts/feature.html +351 -351
  98. data/_layouts/featureResultPage.html +82 -82
  99. data/_layouts/frame.html +222 -222
  100. data/_layouts/home.html +281 -281
  101. data/_layouts/homeResultPage.html +32 -32
  102. data/_layouts/imagekit.html +308 -308
  103. data/_layouts/photo-effects-home.html +190 -190
  104. data/_layouts/post.html +233 -233
  105. data/assets/app.js +75 -75
  106. data/assets/css/appscms-blog.css +505 -505
  107. data/assets/css/appscms-contenttool.css +1384 -1384
  108. data/assets/css/appscms-home.css +5 -5
  109. data/assets/css/appscms-imagekit.css +855 -855
  110. data/assets/css/appscms-variables.css +19 -19
  111. data/assets/css/blog.css +510 -510
  112. data/assets/css/calculators.css +46 -46
  113. data/assets/css/devtool-main.css +1350 -1350
  114. data/assets/css/devtools.css +105 -105
  115. data/assets/css/feature-1.css +293 -293
  116. data/assets/css/imagekit copy.css +848 -848
  117. data/assets/css/imagekit.css +848 -848
  118. data/assets/css/tools.css +1847 -1847
  119. data/assets/images/close-button.svg +31 -31
  120. data/assets/images/digipaint.svg +6 -6
  121. data/assets/images/logo.svg +2 -2
  122. data/assets/images/manthink.svg +3552 -3552
  123. data/assets/images/search-icon.svg +2 -2
  124. data/assets/js/batch.js +219 -219
  125. data/assets/js/devtools.js +81 -81
  126. data/assets/js/sharePage.js +65 -65
  127. data/assets/js/usageTracking.js +143 -143
  128. data/assets/js/usageTrackingEvents.js +6 -6
  129. data/assets/js/webvitals.js +4 -4
  130. metadata +3 -3
@@ -1 +1,2816 @@
1
- [{"path":"_posts/2021-01-08-history-of-company copy 10.md","url":"history-of-company-copy-10","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 11.md","url":"history-of-company-copy-11","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 12.md","url":"history-of-company-copy-12","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 13.md","url":"history-of-company-copy-13","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 14.md","url":"history-of-company-copy-14","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 15.md","url":"history-of-company-copy-15","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 16.md","url":"history-of-company-copy-16","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 17.md","url":"history-of-company-copy-17","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 18.md","url":"history-of-company-copy-18","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 19.md","url":"history-of-company-copy-19","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 20.md","url":"history-of-company-copy-20","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 21.md","url":"history-of-company-copy-21","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 22.md","url":"history-of-company-copy-22","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 23.md","url":"history-of-company-copy-23","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 24.md","url":"history-of-company-copy-24","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 25.md","url":"history-of-company-copy-25","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 26.md","url":"history-of-company-copy-26","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 27.md","url":"history-of-company-copy-27","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 28.md","url":"history-of-company-copy-28","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 29.md","url":"history-of-company-copy-29","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 3.md","url":"history-of-company-copy-3","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 30.md","url":"history-of-company-copy-30","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 31.md","url":"history-of-company-copy-31","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 32.md","url":"history-of-company-copy-32","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 33.md","url":"history-of-company-copy-33","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 4.md","url":"history-of-company-copy-4","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 5.md","url":"history-of-company-copy-5","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 6.md","url":"history-of-company-copy-6","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 7.md","url":"history-of-company-copy-7","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 8.md","url":"history-of-company-copy-8","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy 9.md","url":"history-of-company-copy-9","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company copy.md","url":"history-of-company-copy","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company.md","url":"history-of-company","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company2.md","url":"history-of-company2","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company3.md","url":"history-of-company3","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company4 copy 2.md","url":"history-of-company4-copy-2","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company4 copy 3.md","url":"history-of-company4-copy-3","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company4 copy 4.md","url":"history-of-company4-copy-4","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company4 copy 5.md","url":"history-of-company4-copy-5","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company4 copy.md","url":"history-of-company4-copy","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history-of-company4.md","url":"history-of-company4","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]},{"path":"_posts/2021-01-08-history.md","url":"history","title":"Everything has beauty, but not everyone can see","relatedFeatures":[{"jsonFilePath":"home-1/en/en","webpageUrl":"home-1","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"termAndCondition/en/termAndCondition","webpageUrl":"terms-and-conditions","lang":"en","title":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"split-pdf","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"feature/en/split-pdf","webpageUrl":"upload","lang":"en","title":"Simplest online alarm clock to set alarms. Do not close browser tab."},{"jsonFilePath":"home/en/photoeffects","webpageUrl":"/photo-effects","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/3_shop_posters","webpageUrl":"/fun-photo-effects/posters-3_shop_posters","lang":"en","title":"Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"},{"jsonFilePath":"feature/en/face-detection","webpageUrl":"/face-detection","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/the-frame","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"feature/en/theframe","webpageUrl":"/imagekit","lang":"en","title":"Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."},{"jsonFilePath":"home/en/en","webpageUrl":"example","lang":"en","title":"All-in-one easy-to-use online PDF tools"}]}]
1
+ [
2
+ {
3
+ "path": "_posts/2021-01-08-history-of-company copy 10.md",
4
+ "url": "history-of-company-copy-10",
5
+ "title": "Everything has beauty, but not everyone can see",
6
+ "relatedFeatures": [
7
+ {
8
+ "jsonFilePath": "home-1/en/en",
9
+ "webpageUrl": "home-1",
10
+ "lang": "en",
11
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
12
+ },
13
+ {
14
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
15
+ "webpageUrl": "terms-and-conditions",
16
+ "lang": "en",
17
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
18
+ },
19
+ {
20
+ "jsonFilePath": "feature/en/split-pdf",
21
+ "webpageUrl": "split-pdf",
22
+ "lang": "en",
23
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
24
+ },
25
+ {
26
+ "jsonFilePath": "feature/en/split-pdf",
27
+ "webpageUrl": "upload",
28
+ "lang": "en",
29
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
30
+ },
31
+ {
32
+ "jsonFilePath": "home/en/photoeffects",
33
+ "webpageUrl": "/photo-effects",
34
+ "lang": "en",
35
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
36
+ },
37
+ {
38
+ "jsonFilePath": "feature/en/3_shop_posters",
39
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
40
+ "lang": "en",
41
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
42
+ },
43
+ {
44
+ "jsonFilePath": "feature/en/face-detection",
45
+ "webpageUrl": "/face-detection",
46
+ "lang": "en",
47
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
48
+ },
49
+ {
50
+ "jsonFilePath": "feature/en/theframe",
51
+ "webpageUrl": "/the-frame",
52
+ "lang": "en",
53
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
54
+ },
55
+ {
56
+ "jsonFilePath": "feature/en/theframe",
57
+ "webpageUrl": "/imagekit",
58
+ "lang": "en",
59
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
60
+ },
61
+ {
62
+ "jsonFilePath": "home/en/en",
63
+ "webpageUrl": "example",
64
+ "lang": "en",
65
+ "title": "All-in-one easy-to-use online PDF tools"
66
+ }
67
+ ]
68
+ },
69
+ {
70
+ "path": "_posts/2021-01-08-history-of-company copy 11.md",
71
+ "url": "history-of-company-copy-11",
72
+ "title": "Everything has beauty, but not everyone can see",
73
+ "relatedFeatures": [
74
+ {
75
+ "jsonFilePath": "home-1/en/en",
76
+ "webpageUrl": "home-1",
77
+ "lang": "en",
78
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
79
+ },
80
+ {
81
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
82
+ "webpageUrl": "terms-and-conditions",
83
+ "lang": "en",
84
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
85
+ },
86
+ {
87
+ "jsonFilePath": "feature/en/split-pdf",
88
+ "webpageUrl": "split-pdf",
89
+ "lang": "en",
90
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
91
+ },
92
+ {
93
+ "jsonFilePath": "feature/en/split-pdf",
94
+ "webpageUrl": "upload",
95
+ "lang": "en",
96
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
97
+ },
98
+ {
99
+ "jsonFilePath": "home/en/photoeffects",
100
+ "webpageUrl": "/photo-effects",
101
+ "lang": "en",
102
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
103
+ },
104
+ {
105
+ "jsonFilePath": "feature/en/3_shop_posters",
106
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
107
+ "lang": "en",
108
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
109
+ },
110
+ {
111
+ "jsonFilePath": "feature/en/face-detection",
112
+ "webpageUrl": "/face-detection",
113
+ "lang": "en",
114
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
115
+ },
116
+ {
117
+ "jsonFilePath": "feature/en/theframe",
118
+ "webpageUrl": "/the-frame",
119
+ "lang": "en",
120
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
121
+ },
122
+ {
123
+ "jsonFilePath": "feature/en/theframe",
124
+ "webpageUrl": "/imagekit",
125
+ "lang": "en",
126
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
127
+ },
128
+ {
129
+ "jsonFilePath": "home/en/en",
130
+ "webpageUrl": "example",
131
+ "lang": "en",
132
+ "title": "All-in-one easy-to-use online PDF tools"
133
+ }
134
+ ]
135
+ },
136
+ {
137
+ "path": "_posts/2021-01-08-history-of-company copy 12.md",
138
+ "url": "history-of-company-copy-12",
139
+ "title": "Everything has beauty, but not everyone can see",
140
+ "relatedFeatures": [
141
+ {
142
+ "jsonFilePath": "home-1/en/en",
143
+ "webpageUrl": "home-1",
144
+ "lang": "en",
145
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
146
+ },
147
+ {
148
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
149
+ "webpageUrl": "terms-and-conditions",
150
+ "lang": "en",
151
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
152
+ },
153
+ {
154
+ "jsonFilePath": "feature/en/split-pdf",
155
+ "webpageUrl": "split-pdf",
156
+ "lang": "en",
157
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
158
+ },
159
+ {
160
+ "jsonFilePath": "feature/en/split-pdf",
161
+ "webpageUrl": "upload",
162
+ "lang": "en",
163
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
164
+ },
165
+ {
166
+ "jsonFilePath": "home/en/photoeffects",
167
+ "webpageUrl": "/photo-effects",
168
+ "lang": "en",
169
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
170
+ },
171
+ {
172
+ "jsonFilePath": "feature/en/3_shop_posters",
173
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
174
+ "lang": "en",
175
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
176
+ },
177
+ {
178
+ "jsonFilePath": "feature/en/face-detection",
179
+ "webpageUrl": "/face-detection",
180
+ "lang": "en",
181
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
182
+ },
183
+ {
184
+ "jsonFilePath": "feature/en/theframe",
185
+ "webpageUrl": "/the-frame",
186
+ "lang": "en",
187
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
188
+ },
189
+ {
190
+ "jsonFilePath": "feature/en/theframe",
191
+ "webpageUrl": "/imagekit",
192
+ "lang": "en",
193
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
194
+ },
195
+ {
196
+ "jsonFilePath": "home/en/en",
197
+ "webpageUrl": "example",
198
+ "lang": "en",
199
+ "title": "All-in-one easy-to-use online PDF tools"
200
+ }
201
+ ]
202
+ },
203
+ {
204
+ "path": "_posts/2021-01-08-history-of-company copy 13.md",
205
+ "url": "history-of-company-copy-13",
206
+ "title": "Everything has beauty, but not everyone can see",
207
+ "relatedFeatures": [
208
+ {
209
+ "jsonFilePath": "home-1/en/en",
210
+ "webpageUrl": "home-1",
211
+ "lang": "en",
212
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
213
+ },
214
+ {
215
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
216
+ "webpageUrl": "terms-and-conditions",
217
+ "lang": "en",
218
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
219
+ },
220
+ {
221
+ "jsonFilePath": "feature/en/split-pdf",
222
+ "webpageUrl": "split-pdf",
223
+ "lang": "en",
224
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
225
+ },
226
+ {
227
+ "jsonFilePath": "feature/en/split-pdf",
228
+ "webpageUrl": "upload",
229
+ "lang": "en",
230
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
231
+ },
232
+ {
233
+ "jsonFilePath": "home/en/photoeffects",
234
+ "webpageUrl": "/photo-effects",
235
+ "lang": "en",
236
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
237
+ },
238
+ {
239
+ "jsonFilePath": "feature/en/3_shop_posters",
240
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
241
+ "lang": "en",
242
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
243
+ },
244
+ {
245
+ "jsonFilePath": "feature/en/face-detection",
246
+ "webpageUrl": "/face-detection",
247
+ "lang": "en",
248
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
249
+ },
250
+ {
251
+ "jsonFilePath": "feature/en/theframe",
252
+ "webpageUrl": "/the-frame",
253
+ "lang": "en",
254
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
255
+ },
256
+ {
257
+ "jsonFilePath": "feature/en/theframe",
258
+ "webpageUrl": "/imagekit",
259
+ "lang": "en",
260
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
261
+ },
262
+ {
263
+ "jsonFilePath": "home/en/en",
264
+ "webpageUrl": "example",
265
+ "lang": "en",
266
+ "title": "All-in-one easy-to-use online PDF tools"
267
+ }
268
+ ]
269
+ },
270
+ {
271
+ "path": "_posts/2021-01-08-history-of-company copy 14.md",
272
+ "url": "history-of-company-copy-14",
273
+ "title": "Everything has beauty, but not everyone can see",
274
+ "relatedFeatures": [
275
+ {
276
+ "jsonFilePath": "home-1/en/en",
277
+ "webpageUrl": "home-1",
278
+ "lang": "en",
279
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
280
+ },
281
+ {
282
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
283
+ "webpageUrl": "terms-and-conditions",
284
+ "lang": "en",
285
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
286
+ },
287
+ {
288
+ "jsonFilePath": "feature/en/split-pdf",
289
+ "webpageUrl": "split-pdf",
290
+ "lang": "en",
291
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
292
+ },
293
+ {
294
+ "jsonFilePath": "feature/en/split-pdf",
295
+ "webpageUrl": "upload",
296
+ "lang": "en",
297
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
298
+ },
299
+ {
300
+ "jsonFilePath": "home/en/photoeffects",
301
+ "webpageUrl": "/photo-effects",
302
+ "lang": "en",
303
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
304
+ },
305
+ {
306
+ "jsonFilePath": "feature/en/3_shop_posters",
307
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
308
+ "lang": "en",
309
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
310
+ },
311
+ {
312
+ "jsonFilePath": "feature/en/face-detection",
313
+ "webpageUrl": "/face-detection",
314
+ "lang": "en",
315
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
316
+ },
317
+ {
318
+ "jsonFilePath": "feature/en/theframe",
319
+ "webpageUrl": "/the-frame",
320
+ "lang": "en",
321
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
322
+ },
323
+ {
324
+ "jsonFilePath": "feature/en/theframe",
325
+ "webpageUrl": "/imagekit",
326
+ "lang": "en",
327
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
328
+ },
329
+ {
330
+ "jsonFilePath": "home/en/en",
331
+ "webpageUrl": "example",
332
+ "lang": "en",
333
+ "title": "All-in-one easy-to-use online PDF tools"
334
+ }
335
+ ]
336
+ },
337
+ {
338
+ "path": "_posts/2021-01-08-history-of-company copy 15.md",
339
+ "url": "history-of-company-copy-15",
340
+ "title": "Everything has beauty, but not everyone can see",
341
+ "relatedFeatures": [
342
+ {
343
+ "jsonFilePath": "home-1/en/en",
344
+ "webpageUrl": "home-1",
345
+ "lang": "en",
346
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
347
+ },
348
+ {
349
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
350
+ "webpageUrl": "terms-and-conditions",
351
+ "lang": "en",
352
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
353
+ },
354
+ {
355
+ "jsonFilePath": "feature/en/split-pdf",
356
+ "webpageUrl": "split-pdf",
357
+ "lang": "en",
358
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
359
+ },
360
+ {
361
+ "jsonFilePath": "feature/en/split-pdf",
362
+ "webpageUrl": "upload",
363
+ "lang": "en",
364
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
365
+ },
366
+ {
367
+ "jsonFilePath": "home/en/photoeffects",
368
+ "webpageUrl": "/photo-effects",
369
+ "lang": "en",
370
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
371
+ },
372
+ {
373
+ "jsonFilePath": "feature/en/3_shop_posters",
374
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
375
+ "lang": "en",
376
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
377
+ },
378
+ {
379
+ "jsonFilePath": "feature/en/face-detection",
380
+ "webpageUrl": "/face-detection",
381
+ "lang": "en",
382
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
383
+ },
384
+ {
385
+ "jsonFilePath": "feature/en/theframe",
386
+ "webpageUrl": "/the-frame",
387
+ "lang": "en",
388
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
389
+ },
390
+ {
391
+ "jsonFilePath": "feature/en/theframe",
392
+ "webpageUrl": "/imagekit",
393
+ "lang": "en",
394
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
395
+ },
396
+ {
397
+ "jsonFilePath": "home/en/en",
398
+ "webpageUrl": "example",
399
+ "lang": "en",
400
+ "title": "All-in-one easy-to-use online PDF tools"
401
+ }
402
+ ]
403
+ },
404
+ {
405
+ "path": "_posts/2021-01-08-history-of-company copy 16.md",
406
+ "url": "history-of-company-copy-16",
407
+ "title": "Everything has beauty, but not everyone can see",
408
+ "relatedFeatures": [
409
+ {
410
+ "jsonFilePath": "home-1/en/en",
411
+ "webpageUrl": "home-1",
412
+ "lang": "en",
413
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
414
+ },
415
+ {
416
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
417
+ "webpageUrl": "terms-and-conditions",
418
+ "lang": "en",
419
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
420
+ },
421
+ {
422
+ "jsonFilePath": "feature/en/split-pdf",
423
+ "webpageUrl": "split-pdf",
424
+ "lang": "en",
425
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
426
+ },
427
+ {
428
+ "jsonFilePath": "feature/en/split-pdf",
429
+ "webpageUrl": "upload",
430
+ "lang": "en",
431
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
432
+ },
433
+ {
434
+ "jsonFilePath": "home/en/photoeffects",
435
+ "webpageUrl": "/photo-effects",
436
+ "lang": "en",
437
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
438
+ },
439
+ {
440
+ "jsonFilePath": "feature/en/3_shop_posters",
441
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
442
+ "lang": "en",
443
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
444
+ },
445
+ {
446
+ "jsonFilePath": "feature/en/face-detection",
447
+ "webpageUrl": "/face-detection",
448
+ "lang": "en",
449
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
450
+ },
451
+ {
452
+ "jsonFilePath": "feature/en/theframe",
453
+ "webpageUrl": "/the-frame",
454
+ "lang": "en",
455
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
456
+ },
457
+ {
458
+ "jsonFilePath": "feature/en/theframe",
459
+ "webpageUrl": "/imagekit",
460
+ "lang": "en",
461
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
462
+ },
463
+ {
464
+ "jsonFilePath": "home/en/en",
465
+ "webpageUrl": "example",
466
+ "lang": "en",
467
+ "title": "All-in-one easy-to-use online PDF tools"
468
+ }
469
+ ]
470
+ },
471
+ {
472
+ "path": "_posts/2021-01-08-history-of-company copy 17.md",
473
+ "url": "history-of-company-copy-17",
474
+ "title": "Everything has beauty, but not everyone can see",
475
+ "relatedFeatures": [
476
+ {
477
+ "jsonFilePath": "home-1/en/en",
478
+ "webpageUrl": "home-1",
479
+ "lang": "en",
480
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
481
+ },
482
+ {
483
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
484
+ "webpageUrl": "terms-and-conditions",
485
+ "lang": "en",
486
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
487
+ },
488
+ {
489
+ "jsonFilePath": "feature/en/split-pdf",
490
+ "webpageUrl": "split-pdf",
491
+ "lang": "en",
492
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
493
+ },
494
+ {
495
+ "jsonFilePath": "feature/en/split-pdf",
496
+ "webpageUrl": "upload",
497
+ "lang": "en",
498
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
499
+ },
500
+ {
501
+ "jsonFilePath": "home/en/photoeffects",
502
+ "webpageUrl": "/photo-effects",
503
+ "lang": "en",
504
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
505
+ },
506
+ {
507
+ "jsonFilePath": "feature/en/3_shop_posters",
508
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
509
+ "lang": "en",
510
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
511
+ },
512
+ {
513
+ "jsonFilePath": "feature/en/face-detection",
514
+ "webpageUrl": "/face-detection",
515
+ "lang": "en",
516
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
517
+ },
518
+ {
519
+ "jsonFilePath": "feature/en/theframe",
520
+ "webpageUrl": "/the-frame",
521
+ "lang": "en",
522
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
523
+ },
524
+ {
525
+ "jsonFilePath": "feature/en/theframe",
526
+ "webpageUrl": "/imagekit",
527
+ "lang": "en",
528
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
529
+ },
530
+ {
531
+ "jsonFilePath": "home/en/en",
532
+ "webpageUrl": "example",
533
+ "lang": "en",
534
+ "title": "All-in-one easy-to-use online PDF tools"
535
+ }
536
+ ]
537
+ },
538
+ {
539
+ "path": "_posts/2021-01-08-history-of-company copy 18.md",
540
+ "url": "history-of-company-copy-18",
541
+ "title": "Everything has beauty, but not everyone can see",
542
+ "relatedFeatures": [
543
+ {
544
+ "jsonFilePath": "home-1/en/en",
545
+ "webpageUrl": "home-1",
546
+ "lang": "en",
547
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
548
+ },
549
+ {
550
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
551
+ "webpageUrl": "terms-and-conditions",
552
+ "lang": "en",
553
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
554
+ },
555
+ {
556
+ "jsonFilePath": "feature/en/split-pdf",
557
+ "webpageUrl": "split-pdf",
558
+ "lang": "en",
559
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
560
+ },
561
+ {
562
+ "jsonFilePath": "feature/en/split-pdf",
563
+ "webpageUrl": "upload",
564
+ "lang": "en",
565
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
566
+ },
567
+ {
568
+ "jsonFilePath": "home/en/photoeffects",
569
+ "webpageUrl": "/photo-effects",
570
+ "lang": "en",
571
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
572
+ },
573
+ {
574
+ "jsonFilePath": "feature/en/3_shop_posters",
575
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
576
+ "lang": "en",
577
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
578
+ },
579
+ {
580
+ "jsonFilePath": "feature/en/face-detection",
581
+ "webpageUrl": "/face-detection",
582
+ "lang": "en",
583
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
584
+ },
585
+ {
586
+ "jsonFilePath": "feature/en/theframe",
587
+ "webpageUrl": "/the-frame",
588
+ "lang": "en",
589
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
590
+ },
591
+ {
592
+ "jsonFilePath": "feature/en/theframe",
593
+ "webpageUrl": "/imagekit",
594
+ "lang": "en",
595
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
596
+ },
597
+ {
598
+ "jsonFilePath": "home/en/en",
599
+ "webpageUrl": "example",
600
+ "lang": "en",
601
+ "title": "All-in-one easy-to-use online PDF tools"
602
+ }
603
+ ]
604
+ },
605
+ {
606
+ "path": "_posts/2021-01-08-history-of-company copy 19.md",
607
+ "url": "history-of-company-copy-19",
608
+ "title": "Everything has beauty, but not everyone can see",
609
+ "relatedFeatures": [
610
+ {
611
+ "jsonFilePath": "home-1/en/en",
612
+ "webpageUrl": "home-1",
613
+ "lang": "en",
614
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
615
+ },
616
+ {
617
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
618
+ "webpageUrl": "terms-and-conditions",
619
+ "lang": "en",
620
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
621
+ },
622
+ {
623
+ "jsonFilePath": "feature/en/split-pdf",
624
+ "webpageUrl": "split-pdf",
625
+ "lang": "en",
626
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
627
+ },
628
+ {
629
+ "jsonFilePath": "feature/en/split-pdf",
630
+ "webpageUrl": "upload",
631
+ "lang": "en",
632
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
633
+ },
634
+ {
635
+ "jsonFilePath": "home/en/photoeffects",
636
+ "webpageUrl": "/photo-effects",
637
+ "lang": "en",
638
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
639
+ },
640
+ {
641
+ "jsonFilePath": "feature/en/3_shop_posters",
642
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
643
+ "lang": "en",
644
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
645
+ },
646
+ {
647
+ "jsonFilePath": "feature/en/face-detection",
648
+ "webpageUrl": "/face-detection",
649
+ "lang": "en",
650
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
651
+ },
652
+ {
653
+ "jsonFilePath": "feature/en/theframe",
654
+ "webpageUrl": "/the-frame",
655
+ "lang": "en",
656
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
657
+ },
658
+ {
659
+ "jsonFilePath": "feature/en/theframe",
660
+ "webpageUrl": "/imagekit",
661
+ "lang": "en",
662
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
663
+ },
664
+ {
665
+ "jsonFilePath": "home/en/en",
666
+ "webpageUrl": "example",
667
+ "lang": "en",
668
+ "title": "All-in-one easy-to-use online PDF tools"
669
+ }
670
+ ]
671
+ },
672
+ {
673
+ "path": "_posts/2021-01-08-history-of-company copy 20.md",
674
+ "url": "history-of-company-copy-20",
675
+ "title": "Everything has beauty, but not everyone can see",
676
+ "relatedFeatures": [
677
+ {
678
+ "jsonFilePath": "home-1/en/en",
679
+ "webpageUrl": "home-1",
680
+ "lang": "en",
681
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
682
+ },
683
+ {
684
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
685
+ "webpageUrl": "terms-and-conditions",
686
+ "lang": "en",
687
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
688
+ },
689
+ {
690
+ "jsonFilePath": "feature/en/split-pdf",
691
+ "webpageUrl": "split-pdf",
692
+ "lang": "en",
693
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
694
+ },
695
+ {
696
+ "jsonFilePath": "feature/en/split-pdf",
697
+ "webpageUrl": "upload",
698
+ "lang": "en",
699
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
700
+ },
701
+ {
702
+ "jsonFilePath": "home/en/photoeffects",
703
+ "webpageUrl": "/photo-effects",
704
+ "lang": "en",
705
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
706
+ },
707
+ {
708
+ "jsonFilePath": "feature/en/3_shop_posters",
709
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
710
+ "lang": "en",
711
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
712
+ },
713
+ {
714
+ "jsonFilePath": "feature/en/face-detection",
715
+ "webpageUrl": "/face-detection",
716
+ "lang": "en",
717
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
718
+ },
719
+ {
720
+ "jsonFilePath": "feature/en/theframe",
721
+ "webpageUrl": "/the-frame",
722
+ "lang": "en",
723
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
724
+ },
725
+ {
726
+ "jsonFilePath": "feature/en/theframe",
727
+ "webpageUrl": "/imagekit",
728
+ "lang": "en",
729
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
730
+ },
731
+ {
732
+ "jsonFilePath": "home/en/en",
733
+ "webpageUrl": "example",
734
+ "lang": "en",
735
+ "title": "All-in-one easy-to-use online PDF tools"
736
+ }
737
+ ]
738
+ },
739
+ {
740
+ "path": "_posts/2021-01-08-history-of-company copy 21.md",
741
+ "url": "history-of-company-copy-21",
742
+ "title": "Everything has beauty, but not everyone can see",
743
+ "relatedFeatures": [
744
+ {
745
+ "jsonFilePath": "home-1/en/en",
746
+ "webpageUrl": "home-1",
747
+ "lang": "en",
748
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
749
+ },
750
+ {
751
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
752
+ "webpageUrl": "terms-and-conditions",
753
+ "lang": "en",
754
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
755
+ },
756
+ {
757
+ "jsonFilePath": "feature/en/split-pdf",
758
+ "webpageUrl": "split-pdf",
759
+ "lang": "en",
760
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
761
+ },
762
+ {
763
+ "jsonFilePath": "feature/en/split-pdf",
764
+ "webpageUrl": "upload",
765
+ "lang": "en",
766
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
767
+ },
768
+ {
769
+ "jsonFilePath": "home/en/photoeffects",
770
+ "webpageUrl": "/photo-effects",
771
+ "lang": "en",
772
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
773
+ },
774
+ {
775
+ "jsonFilePath": "feature/en/3_shop_posters",
776
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
777
+ "lang": "en",
778
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
779
+ },
780
+ {
781
+ "jsonFilePath": "feature/en/face-detection",
782
+ "webpageUrl": "/face-detection",
783
+ "lang": "en",
784
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
785
+ },
786
+ {
787
+ "jsonFilePath": "feature/en/theframe",
788
+ "webpageUrl": "/the-frame",
789
+ "lang": "en",
790
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
791
+ },
792
+ {
793
+ "jsonFilePath": "feature/en/theframe",
794
+ "webpageUrl": "/imagekit",
795
+ "lang": "en",
796
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
797
+ },
798
+ {
799
+ "jsonFilePath": "home/en/en",
800
+ "webpageUrl": "example",
801
+ "lang": "en",
802
+ "title": "All-in-one easy-to-use online PDF tools"
803
+ }
804
+ ]
805
+ },
806
+ {
807
+ "path": "_posts/2021-01-08-history-of-company copy 22.md",
808
+ "url": "history-of-company-copy-22",
809
+ "title": "Everything has beauty, but not everyone can see",
810
+ "relatedFeatures": [
811
+ {
812
+ "jsonFilePath": "home-1/en/en",
813
+ "webpageUrl": "home-1",
814
+ "lang": "en",
815
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
816
+ },
817
+ {
818
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
819
+ "webpageUrl": "terms-and-conditions",
820
+ "lang": "en",
821
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
822
+ },
823
+ {
824
+ "jsonFilePath": "feature/en/split-pdf",
825
+ "webpageUrl": "split-pdf",
826
+ "lang": "en",
827
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
828
+ },
829
+ {
830
+ "jsonFilePath": "feature/en/split-pdf",
831
+ "webpageUrl": "upload",
832
+ "lang": "en",
833
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
834
+ },
835
+ {
836
+ "jsonFilePath": "home/en/photoeffects",
837
+ "webpageUrl": "/photo-effects",
838
+ "lang": "en",
839
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
840
+ },
841
+ {
842
+ "jsonFilePath": "feature/en/3_shop_posters",
843
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
844
+ "lang": "en",
845
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
846
+ },
847
+ {
848
+ "jsonFilePath": "feature/en/face-detection",
849
+ "webpageUrl": "/face-detection",
850
+ "lang": "en",
851
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
852
+ },
853
+ {
854
+ "jsonFilePath": "feature/en/theframe",
855
+ "webpageUrl": "/the-frame",
856
+ "lang": "en",
857
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
858
+ },
859
+ {
860
+ "jsonFilePath": "feature/en/theframe",
861
+ "webpageUrl": "/imagekit",
862
+ "lang": "en",
863
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
864
+ },
865
+ {
866
+ "jsonFilePath": "home/en/en",
867
+ "webpageUrl": "example",
868
+ "lang": "en",
869
+ "title": "All-in-one easy-to-use online PDF tools"
870
+ }
871
+ ]
872
+ },
873
+ {
874
+ "path": "_posts/2021-01-08-history-of-company copy 23.md",
875
+ "url": "history-of-company-copy-23",
876
+ "title": "Everything has beauty, but not everyone can see",
877
+ "relatedFeatures": [
878
+ {
879
+ "jsonFilePath": "home-1/en/en",
880
+ "webpageUrl": "home-1",
881
+ "lang": "en",
882
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
883
+ },
884
+ {
885
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
886
+ "webpageUrl": "terms-and-conditions",
887
+ "lang": "en",
888
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
889
+ },
890
+ {
891
+ "jsonFilePath": "feature/en/split-pdf",
892
+ "webpageUrl": "split-pdf",
893
+ "lang": "en",
894
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
895
+ },
896
+ {
897
+ "jsonFilePath": "feature/en/split-pdf",
898
+ "webpageUrl": "upload",
899
+ "lang": "en",
900
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
901
+ },
902
+ {
903
+ "jsonFilePath": "home/en/photoeffects",
904
+ "webpageUrl": "/photo-effects",
905
+ "lang": "en",
906
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
907
+ },
908
+ {
909
+ "jsonFilePath": "feature/en/3_shop_posters",
910
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
911
+ "lang": "en",
912
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
913
+ },
914
+ {
915
+ "jsonFilePath": "feature/en/face-detection",
916
+ "webpageUrl": "/face-detection",
917
+ "lang": "en",
918
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
919
+ },
920
+ {
921
+ "jsonFilePath": "feature/en/theframe",
922
+ "webpageUrl": "/the-frame",
923
+ "lang": "en",
924
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
925
+ },
926
+ {
927
+ "jsonFilePath": "feature/en/theframe",
928
+ "webpageUrl": "/imagekit",
929
+ "lang": "en",
930
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
931
+ },
932
+ {
933
+ "jsonFilePath": "home/en/en",
934
+ "webpageUrl": "example",
935
+ "lang": "en",
936
+ "title": "All-in-one easy-to-use online PDF tools"
937
+ }
938
+ ]
939
+ },
940
+ {
941
+ "path": "_posts/2021-01-08-history-of-company copy 24.md",
942
+ "url": "history-of-company-copy-24",
943
+ "title": "Everything has beauty, but not everyone can see",
944
+ "relatedFeatures": [
945
+ {
946
+ "jsonFilePath": "home-1/en/en",
947
+ "webpageUrl": "home-1",
948
+ "lang": "en",
949
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
950
+ },
951
+ {
952
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
953
+ "webpageUrl": "terms-and-conditions",
954
+ "lang": "en",
955
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
956
+ },
957
+ {
958
+ "jsonFilePath": "feature/en/split-pdf",
959
+ "webpageUrl": "split-pdf",
960
+ "lang": "en",
961
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
962
+ },
963
+ {
964
+ "jsonFilePath": "feature/en/split-pdf",
965
+ "webpageUrl": "upload",
966
+ "lang": "en",
967
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
968
+ },
969
+ {
970
+ "jsonFilePath": "home/en/photoeffects",
971
+ "webpageUrl": "/photo-effects",
972
+ "lang": "en",
973
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
974
+ },
975
+ {
976
+ "jsonFilePath": "feature/en/3_shop_posters",
977
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
978
+ "lang": "en",
979
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
980
+ },
981
+ {
982
+ "jsonFilePath": "feature/en/face-detection",
983
+ "webpageUrl": "/face-detection",
984
+ "lang": "en",
985
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
986
+ },
987
+ {
988
+ "jsonFilePath": "feature/en/theframe",
989
+ "webpageUrl": "/the-frame",
990
+ "lang": "en",
991
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
992
+ },
993
+ {
994
+ "jsonFilePath": "feature/en/theframe",
995
+ "webpageUrl": "/imagekit",
996
+ "lang": "en",
997
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
998
+ },
999
+ {
1000
+ "jsonFilePath": "home/en/en",
1001
+ "webpageUrl": "example",
1002
+ "lang": "en",
1003
+ "title": "All-in-one easy-to-use online PDF tools"
1004
+ }
1005
+ ]
1006
+ },
1007
+ {
1008
+ "path": "_posts/2021-01-08-history-of-company copy 25.md",
1009
+ "url": "history-of-company-copy-25",
1010
+ "title": "Everything has beauty, but not everyone can see",
1011
+ "relatedFeatures": [
1012
+ {
1013
+ "jsonFilePath": "home-1/en/en",
1014
+ "webpageUrl": "home-1",
1015
+ "lang": "en",
1016
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1017
+ },
1018
+ {
1019
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1020
+ "webpageUrl": "terms-and-conditions",
1021
+ "lang": "en",
1022
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1023
+ },
1024
+ {
1025
+ "jsonFilePath": "feature/en/split-pdf",
1026
+ "webpageUrl": "split-pdf",
1027
+ "lang": "en",
1028
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1029
+ },
1030
+ {
1031
+ "jsonFilePath": "feature/en/split-pdf",
1032
+ "webpageUrl": "upload",
1033
+ "lang": "en",
1034
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1035
+ },
1036
+ {
1037
+ "jsonFilePath": "home/en/photoeffects",
1038
+ "webpageUrl": "/photo-effects",
1039
+ "lang": "en",
1040
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1041
+ },
1042
+ {
1043
+ "jsonFilePath": "feature/en/3_shop_posters",
1044
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1045
+ "lang": "en",
1046
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1047
+ },
1048
+ {
1049
+ "jsonFilePath": "feature/en/face-detection",
1050
+ "webpageUrl": "/face-detection",
1051
+ "lang": "en",
1052
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1053
+ },
1054
+ {
1055
+ "jsonFilePath": "feature/en/theframe",
1056
+ "webpageUrl": "/the-frame",
1057
+ "lang": "en",
1058
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1059
+ },
1060
+ {
1061
+ "jsonFilePath": "feature/en/theframe",
1062
+ "webpageUrl": "/imagekit",
1063
+ "lang": "en",
1064
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1065
+ },
1066
+ {
1067
+ "jsonFilePath": "home/en/en",
1068
+ "webpageUrl": "example",
1069
+ "lang": "en",
1070
+ "title": "All-in-one easy-to-use online PDF tools"
1071
+ }
1072
+ ]
1073
+ },
1074
+ {
1075
+ "path": "_posts/2021-01-08-history-of-company copy 26.md",
1076
+ "url": "history-of-company-copy-26",
1077
+ "title": "Everything has beauty, but not everyone can see",
1078
+ "relatedFeatures": [
1079
+ {
1080
+ "jsonFilePath": "home-1/en/en",
1081
+ "webpageUrl": "home-1",
1082
+ "lang": "en",
1083
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1084
+ },
1085
+ {
1086
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1087
+ "webpageUrl": "terms-and-conditions",
1088
+ "lang": "en",
1089
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1090
+ },
1091
+ {
1092
+ "jsonFilePath": "feature/en/split-pdf",
1093
+ "webpageUrl": "split-pdf",
1094
+ "lang": "en",
1095
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1096
+ },
1097
+ {
1098
+ "jsonFilePath": "feature/en/split-pdf",
1099
+ "webpageUrl": "upload",
1100
+ "lang": "en",
1101
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1102
+ },
1103
+ {
1104
+ "jsonFilePath": "home/en/photoeffects",
1105
+ "webpageUrl": "/photo-effects",
1106
+ "lang": "en",
1107
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1108
+ },
1109
+ {
1110
+ "jsonFilePath": "feature/en/3_shop_posters",
1111
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1112
+ "lang": "en",
1113
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1114
+ },
1115
+ {
1116
+ "jsonFilePath": "feature/en/face-detection",
1117
+ "webpageUrl": "/face-detection",
1118
+ "lang": "en",
1119
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1120
+ },
1121
+ {
1122
+ "jsonFilePath": "feature/en/theframe",
1123
+ "webpageUrl": "/the-frame",
1124
+ "lang": "en",
1125
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1126
+ },
1127
+ {
1128
+ "jsonFilePath": "feature/en/theframe",
1129
+ "webpageUrl": "/imagekit",
1130
+ "lang": "en",
1131
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1132
+ },
1133
+ {
1134
+ "jsonFilePath": "home/en/en",
1135
+ "webpageUrl": "example",
1136
+ "lang": "en",
1137
+ "title": "All-in-one easy-to-use online PDF tools"
1138
+ }
1139
+ ]
1140
+ },
1141
+ {
1142
+ "path": "_posts/2021-01-08-history-of-company copy 27.md",
1143
+ "url": "history-of-company-copy-27",
1144
+ "title": "Everything has beauty, but not everyone can see",
1145
+ "relatedFeatures": [
1146
+ {
1147
+ "jsonFilePath": "home-1/en/en",
1148
+ "webpageUrl": "home-1",
1149
+ "lang": "en",
1150
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1151
+ },
1152
+ {
1153
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1154
+ "webpageUrl": "terms-and-conditions",
1155
+ "lang": "en",
1156
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1157
+ },
1158
+ {
1159
+ "jsonFilePath": "feature/en/split-pdf",
1160
+ "webpageUrl": "split-pdf",
1161
+ "lang": "en",
1162
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1163
+ },
1164
+ {
1165
+ "jsonFilePath": "feature/en/split-pdf",
1166
+ "webpageUrl": "upload",
1167
+ "lang": "en",
1168
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1169
+ },
1170
+ {
1171
+ "jsonFilePath": "home/en/photoeffects",
1172
+ "webpageUrl": "/photo-effects",
1173
+ "lang": "en",
1174
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1175
+ },
1176
+ {
1177
+ "jsonFilePath": "feature/en/3_shop_posters",
1178
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1179
+ "lang": "en",
1180
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1181
+ },
1182
+ {
1183
+ "jsonFilePath": "feature/en/face-detection",
1184
+ "webpageUrl": "/face-detection",
1185
+ "lang": "en",
1186
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1187
+ },
1188
+ {
1189
+ "jsonFilePath": "feature/en/theframe",
1190
+ "webpageUrl": "/the-frame",
1191
+ "lang": "en",
1192
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1193
+ },
1194
+ {
1195
+ "jsonFilePath": "feature/en/theframe",
1196
+ "webpageUrl": "/imagekit",
1197
+ "lang": "en",
1198
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1199
+ },
1200
+ {
1201
+ "jsonFilePath": "home/en/en",
1202
+ "webpageUrl": "example",
1203
+ "lang": "en",
1204
+ "title": "All-in-one easy-to-use online PDF tools"
1205
+ }
1206
+ ]
1207
+ },
1208
+ {
1209
+ "path": "_posts/2021-01-08-history-of-company copy 28.md",
1210
+ "url": "history-of-company-copy-28",
1211
+ "title": "Everything has beauty, but not everyone can see",
1212
+ "relatedFeatures": [
1213
+ {
1214
+ "jsonFilePath": "home-1/en/en",
1215
+ "webpageUrl": "home-1",
1216
+ "lang": "en",
1217
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1218
+ },
1219
+ {
1220
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1221
+ "webpageUrl": "terms-and-conditions",
1222
+ "lang": "en",
1223
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1224
+ },
1225
+ {
1226
+ "jsonFilePath": "feature/en/split-pdf",
1227
+ "webpageUrl": "split-pdf",
1228
+ "lang": "en",
1229
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1230
+ },
1231
+ {
1232
+ "jsonFilePath": "feature/en/split-pdf",
1233
+ "webpageUrl": "upload",
1234
+ "lang": "en",
1235
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1236
+ },
1237
+ {
1238
+ "jsonFilePath": "home/en/photoeffects",
1239
+ "webpageUrl": "/photo-effects",
1240
+ "lang": "en",
1241
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1242
+ },
1243
+ {
1244
+ "jsonFilePath": "feature/en/3_shop_posters",
1245
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1246
+ "lang": "en",
1247
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1248
+ },
1249
+ {
1250
+ "jsonFilePath": "feature/en/face-detection",
1251
+ "webpageUrl": "/face-detection",
1252
+ "lang": "en",
1253
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1254
+ },
1255
+ {
1256
+ "jsonFilePath": "feature/en/theframe",
1257
+ "webpageUrl": "/the-frame",
1258
+ "lang": "en",
1259
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1260
+ },
1261
+ {
1262
+ "jsonFilePath": "feature/en/theframe",
1263
+ "webpageUrl": "/imagekit",
1264
+ "lang": "en",
1265
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1266
+ },
1267
+ {
1268
+ "jsonFilePath": "home/en/en",
1269
+ "webpageUrl": "example",
1270
+ "lang": "en",
1271
+ "title": "All-in-one easy-to-use online PDF tools"
1272
+ }
1273
+ ]
1274
+ },
1275
+ {
1276
+ "path": "_posts/2021-01-08-history-of-company copy 29.md",
1277
+ "url": "history-of-company-copy-29",
1278
+ "title": "Everything has beauty, but not everyone can see",
1279
+ "relatedFeatures": [
1280
+ {
1281
+ "jsonFilePath": "home-1/en/en",
1282
+ "webpageUrl": "home-1",
1283
+ "lang": "en",
1284
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1285
+ },
1286
+ {
1287
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1288
+ "webpageUrl": "terms-and-conditions",
1289
+ "lang": "en",
1290
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1291
+ },
1292
+ {
1293
+ "jsonFilePath": "feature/en/split-pdf",
1294
+ "webpageUrl": "split-pdf",
1295
+ "lang": "en",
1296
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1297
+ },
1298
+ {
1299
+ "jsonFilePath": "feature/en/split-pdf",
1300
+ "webpageUrl": "upload",
1301
+ "lang": "en",
1302
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1303
+ },
1304
+ {
1305
+ "jsonFilePath": "home/en/photoeffects",
1306
+ "webpageUrl": "/photo-effects",
1307
+ "lang": "en",
1308
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1309
+ },
1310
+ {
1311
+ "jsonFilePath": "feature/en/3_shop_posters",
1312
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1313
+ "lang": "en",
1314
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1315
+ },
1316
+ {
1317
+ "jsonFilePath": "feature/en/face-detection",
1318
+ "webpageUrl": "/face-detection",
1319
+ "lang": "en",
1320
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1321
+ },
1322
+ {
1323
+ "jsonFilePath": "feature/en/theframe",
1324
+ "webpageUrl": "/the-frame",
1325
+ "lang": "en",
1326
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1327
+ },
1328
+ {
1329
+ "jsonFilePath": "feature/en/theframe",
1330
+ "webpageUrl": "/imagekit",
1331
+ "lang": "en",
1332
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1333
+ },
1334
+ {
1335
+ "jsonFilePath": "home/en/en",
1336
+ "webpageUrl": "example",
1337
+ "lang": "en",
1338
+ "title": "All-in-one easy-to-use online PDF tools"
1339
+ }
1340
+ ]
1341
+ },
1342
+ {
1343
+ "path": "_posts/2021-01-08-history-of-company copy 3.md",
1344
+ "url": "history-of-company-copy-3",
1345
+ "title": "Everything has beauty, but not everyone can see",
1346
+ "relatedFeatures": [
1347
+ {
1348
+ "jsonFilePath": "home-1/en/en",
1349
+ "webpageUrl": "home-1",
1350
+ "lang": "en",
1351
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1352
+ },
1353
+ {
1354
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1355
+ "webpageUrl": "terms-and-conditions",
1356
+ "lang": "en",
1357
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1358
+ },
1359
+ {
1360
+ "jsonFilePath": "feature/en/split-pdf",
1361
+ "webpageUrl": "split-pdf",
1362
+ "lang": "en",
1363
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1364
+ },
1365
+ {
1366
+ "jsonFilePath": "feature/en/split-pdf",
1367
+ "webpageUrl": "upload",
1368
+ "lang": "en",
1369
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1370
+ },
1371
+ {
1372
+ "jsonFilePath": "home/en/photoeffects",
1373
+ "webpageUrl": "/photo-effects",
1374
+ "lang": "en",
1375
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1376
+ },
1377
+ {
1378
+ "jsonFilePath": "feature/en/3_shop_posters",
1379
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1380
+ "lang": "en",
1381
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1382
+ },
1383
+ {
1384
+ "jsonFilePath": "feature/en/face-detection",
1385
+ "webpageUrl": "/face-detection",
1386
+ "lang": "en",
1387
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1388
+ },
1389
+ {
1390
+ "jsonFilePath": "feature/en/theframe",
1391
+ "webpageUrl": "/the-frame",
1392
+ "lang": "en",
1393
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1394
+ },
1395
+ {
1396
+ "jsonFilePath": "feature/en/theframe",
1397
+ "webpageUrl": "/imagekit",
1398
+ "lang": "en",
1399
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1400
+ },
1401
+ {
1402
+ "jsonFilePath": "home/en/en",
1403
+ "webpageUrl": "example",
1404
+ "lang": "en",
1405
+ "title": "All-in-one easy-to-use online PDF tools"
1406
+ }
1407
+ ]
1408
+ },
1409
+ {
1410
+ "path": "_posts/2021-01-08-history-of-company copy 30.md",
1411
+ "url": "history-of-company-copy-30",
1412
+ "title": "Everything has beauty, but not everyone can see",
1413
+ "relatedFeatures": [
1414
+ {
1415
+ "jsonFilePath": "home-1/en/en",
1416
+ "webpageUrl": "home-1",
1417
+ "lang": "en",
1418
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1419
+ },
1420
+ {
1421
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1422
+ "webpageUrl": "terms-and-conditions",
1423
+ "lang": "en",
1424
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1425
+ },
1426
+ {
1427
+ "jsonFilePath": "feature/en/split-pdf",
1428
+ "webpageUrl": "split-pdf",
1429
+ "lang": "en",
1430
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1431
+ },
1432
+ {
1433
+ "jsonFilePath": "feature/en/split-pdf",
1434
+ "webpageUrl": "upload",
1435
+ "lang": "en",
1436
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1437
+ },
1438
+ {
1439
+ "jsonFilePath": "home/en/photoeffects",
1440
+ "webpageUrl": "/photo-effects",
1441
+ "lang": "en",
1442
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1443
+ },
1444
+ {
1445
+ "jsonFilePath": "feature/en/3_shop_posters",
1446
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1447
+ "lang": "en",
1448
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1449
+ },
1450
+ {
1451
+ "jsonFilePath": "feature/en/face-detection",
1452
+ "webpageUrl": "/face-detection",
1453
+ "lang": "en",
1454
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1455
+ },
1456
+ {
1457
+ "jsonFilePath": "feature/en/theframe",
1458
+ "webpageUrl": "/the-frame",
1459
+ "lang": "en",
1460
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1461
+ },
1462
+ {
1463
+ "jsonFilePath": "feature/en/theframe",
1464
+ "webpageUrl": "/imagekit",
1465
+ "lang": "en",
1466
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1467
+ },
1468
+ {
1469
+ "jsonFilePath": "home/en/en",
1470
+ "webpageUrl": "example",
1471
+ "lang": "en",
1472
+ "title": "All-in-one easy-to-use online PDF tools"
1473
+ }
1474
+ ]
1475
+ },
1476
+ {
1477
+ "path": "_posts/2021-01-08-history-of-company copy 31.md",
1478
+ "url": "history-of-company-copy-31",
1479
+ "title": "Everything has beauty, but not everyone can see",
1480
+ "relatedFeatures": [
1481
+ {
1482
+ "jsonFilePath": "home-1/en/en",
1483
+ "webpageUrl": "home-1",
1484
+ "lang": "en",
1485
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1486
+ },
1487
+ {
1488
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1489
+ "webpageUrl": "terms-and-conditions",
1490
+ "lang": "en",
1491
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1492
+ },
1493
+ {
1494
+ "jsonFilePath": "feature/en/split-pdf",
1495
+ "webpageUrl": "split-pdf",
1496
+ "lang": "en",
1497
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1498
+ },
1499
+ {
1500
+ "jsonFilePath": "feature/en/split-pdf",
1501
+ "webpageUrl": "upload",
1502
+ "lang": "en",
1503
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1504
+ },
1505
+ {
1506
+ "jsonFilePath": "home/en/photoeffects",
1507
+ "webpageUrl": "/photo-effects",
1508
+ "lang": "en",
1509
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1510
+ },
1511
+ {
1512
+ "jsonFilePath": "feature/en/3_shop_posters",
1513
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1514
+ "lang": "en",
1515
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1516
+ },
1517
+ {
1518
+ "jsonFilePath": "feature/en/face-detection",
1519
+ "webpageUrl": "/face-detection",
1520
+ "lang": "en",
1521
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1522
+ },
1523
+ {
1524
+ "jsonFilePath": "feature/en/theframe",
1525
+ "webpageUrl": "/the-frame",
1526
+ "lang": "en",
1527
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1528
+ },
1529
+ {
1530
+ "jsonFilePath": "feature/en/theframe",
1531
+ "webpageUrl": "/imagekit",
1532
+ "lang": "en",
1533
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1534
+ },
1535
+ {
1536
+ "jsonFilePath": "home/en/en",
1537
+ "webpageUrl": "example",
1538
+ "lang": "en",
1539
+ "title": "All-in-one easy-to-use online PDF tools"
1540
+ }
1541
+ ]
1542
+ },
1543
+ {
1544
+ "path": "_posts/2021-01-08-history-of-company copy 32.md",
1545
+ "url": "history-of-company-copy-32",
1546
+ "title": "Everything has beauty, but not everyone can see",
1547
+ "relatedFeatures": [
1548
+ {
1549
+ "jsonFilePath": "home-1/en/en",
1550
+ "webpageUrl": "home-1",
1551
+ "lang": "en",
1552
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1553
+ },
1554
+ {
1555
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1556
+ "webpageUrl": "terms-and-conditions",
1557
+ "lang": "en",
1558
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1559
+ },
1560
+ {
1561
+ "jsonFilePath": "feature/en/split-pdf",
1562
+ "webpageUrl": "split-pdf",
1563
+ "lang": "en",
1564
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1565
+ },
1566
+ {
1567
+ "jsonFilePath": "feature/en/split-pdf",
1568
+ "webpageUrl": "upload",
1569
+ "lang": "en",
1570
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1571
+ },
1572
+ {
1573
+ "jsonFilePath": "home/en/photoeffects",
1574
+ "webpageUrl": "/photo-effects",
1575
+ "lang": "en",
1576
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1577
+ },
1578
+ {
1579
+ "jsonFilePath": "feature/en/3_shop_posters",
1580
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1581
+ "lang": "en",
1582
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1583
+ },
1584
+ {
1585
+ "jsonFilePath": "feature/en/face-detection",
1586
+ "webpageUrl": "/face-detection",
1587
+ "lang": "en",
1588
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1589
+ },
1590
+ {
1591
+ "jsonFilePath": "feature/en/theframe",
1592
+ "webpageUrl": "/the-frame",
1593
+ "lang": "en",
1594
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1595
+ },
1596
+ {
1597
+ "jsonFilePath": "feature/en/theframe",
1598
+ "webpageUrl": "/imagekit",
1599
+ "lang": "en",
1600
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1601
+ },
1602
+ {
1603
+ "jsonFilePath": "home/en/en",
1604
+ "webpageUrl": "example",
1605
+ "lang": "en",
1606
+ "title": "All-in-one easy-to-use online PDF tools"
1607
+ }
1608
+ ]
1609
+ },
1610
+ {
1611
+ "path": "_posts/2021-01-08-history-of-company copy 33.md",
1612
+ "url": "history-of-company-copy-33",
1613
+ "title": "Everything has beauty, but not everyone can see",
1614
+ "relatedFeatures": [
1615
+ {
1616
+ "jsonFilePath": "home-1/en/en",
1617
+ "webpageUrl": "home-1",
1618
+ "lang": "en",
1619
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1620
+ },
1621
+ {
1622
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1623
+ "webpageUrl": "terms-and-conditions",
1624
+ "lang": "en",
1625
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1626
+ },
1627
+ {
1628
+ "jsonFilePath": "feature/en/split-pdf",
1629
+ "webpageUrl": "split-pdf",
1630
+ "lang": "en",
1631
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1632
+ },
1633
+ {
1634
+ "jsonFilePath": "feature/en/split-pdf",
1635
+ "webpageUrl": "upload",
1636
+ "lang": "en",
1637
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1638
+ },
1639
+ {
1640
+ "jsonFilePath": "home/en/photoeffects",
1641
+ "webpageUrl": "/photo-effects",
1642
+ "lang": "en",
1643
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1644
+ },
1645
+ {
1646
+ "jsonFilePath": "feature/en/3_shop_posters",
1647
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1648
+ "lang": "en",
1649
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1650
+ },
1651
+ {
1652
+ "jsonFilePath": "feature/en/face-detection",
1653
+ "webpageUrl": "/face-detection",
1654
+ "lang": "en",
1655
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1656
+ },
1657
+ {
1658
+ "jsonFilePath": "feature/en/theframe",
1659
+ "webpageUrl": "/the-frame",
1660
+ "lang": "en",
1661
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1662
+ },
1663
+ {
1664
+ "jsonFilePath": "feature/en/theframe",
1665
+ "webpageUrl": "/imagekit",
1666
+ "lang": "en",
1667
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1668
+ },
1669
+ {
1670
+ "jsonFilePath": "home/en/en",
1671
+ "webpageUrl": "example",
1672
+ "lang": "en",
1673
+ "title": "All-in-one easy-to-use online PDF tools"
1674
+ }
1675
+ ]
1676
+ },
1677
+ {
1678
+ "path": "_posts/2021-01-08-history-of-company copy 4.md",
1679
+ "url": "history-of-company-copy-4",
1680
+ "title": "Everything has beauty, but not everyone can see",
1681
+ "relatedFeatures": [
1682
+ {
1683
+ "jsonFilePath": "home-1/en/en",
1684
+ "webpageUrl": "home-1",
1685
+ "lang": "en",
1686
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1687
+ },
1688
+ {
1689
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1690
+ "webpageUrl": "terms-and-conditions",
1691
+ "lang": "en",
1692
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1693
+ },
1694
+ {
1695
+ "jsonFilePath": "feature/en/split-pdf",
1696
+ "webpageUrl": "split-pdf",
1697
+ "lang": "en",
1698
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1699
+ },
1700
+ {
1701
+ "jsonFilePath": "feature/en/split-pdf",
1702
+ "webpageUrl": "upload",
1703
+ "lang": "en",
1704
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1705
+ },
1706
+ {
1707
+ "jsonFilePath": "home/en/photoeffects",
1708
+ "webpageUrl": "/photo-effects",
1709
+ "lang": "en",
1710
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1711
+ },
1712
+ {
1713
+ "jsonFilePath": "feature/en/3_shop_posters",
1714
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1715
+ "lang": "en",
1716
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1717
+ },
1718
+ {
1719
+ "jsonFilePath": "feature/en/face-detection",
1720
+ "webpageUrl": "/face-detection",
1721
+ "lang": "en",
1722
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1723
+ },
1724
+ {
1725
+ "jsonFilePath": "feature/en/theframe",
1726
+ "webpageUrl": "/the-frame",
1727
+ "lang": "en",
1728
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1729
+ },
1730
+ {
1731
+ "jsonFilePath": "feature/en/theframe",
1732
+ "webpageUrl": "/imagekit",
1733
+ "lang": "en",
1734
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1735
+ },
1736
+ {
1737
+ "jsonFilePath": "home/en/en",
1738
+ "webpageUrl": "example",
1739
+ "lang": "en",
1740
+ "title": "All-in-one easy-to-use online PDF tools"
1741
+ }
1742
+ ]
1743
+ },
1744
+ {
1745
+ "path": "_posts/2021-01-08-history-of-company copy 5.md",
1746
+ "url": "history-of-company-copy-5",
1747
+ "title": "Everything has beauty, but not everyone can see",
1748
+ "relatedFeatures": [
1749
+ {
1750
+ "jsonFilePath": "home-1/en/en",
1751
+ "webpageUrl": "home-1",
1752
+ "lang": "en",
1753
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1754
+ },
1755
+ {
1756
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1757
+ "webpageUrl": "terms-and-conditions",
1758
+ "lang": "en",
1759
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1760
+ },
1761
+ {
1762
+ "jsonFilePath": "feature/en/split-pdf",
1763
+ "webpageUrl": "split-pdf",
1764
+ "lang": "en",
1765
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1766
+ },
1767
+ {
1768
+ "jsonFilePath": "feature/en/split-pdf",
1769
+ "webpageUrl": "upload",
1770
+ "lang": "en",
1771
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1772
+ },
1773
+ {
1774
+ "jsonFilePath": "home/en/photoeffects",
1775
+ "webpageUrl": "/photo-effects",
1776
+ "lang": "en",
1777
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1778
+ },
1779
+ {
1780
+ "jsonFilePath": "feature/en/3_shop_posters",
1781
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1782
+ "lang": "en",
1783
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1784
+ },
1785
+ {
1786
+ "jsonFilePath": "feature/en/face-detection",
1787
+ "webpageUrl": "/face-detection",
1788
+ "lang": "en",
1789
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1790
+ },
1791
+ {
1792
+ "jsonFilePath": "feature/en/theframe",
1793
+ "webpageUrl": "/the-frame",
1794
+ "lang": "en",
1795
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1796
+ },
1797
+ {
1798
+ "jsonFilePath": "feature/en/theframe",
1799
+ "webpageUrl": "/imagekit",
1800
+ "lang": "en",
1801
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1802
+ },
1803
+ {
1804
+ "jsonFilePath": "home/en/en",
1805
+ "webpageUrl": "example",
1806
+ "lang": "en",
1807
+ "title": "All-in-one easy-to-use online PDF tools"
1808
+ }
1809
+ ]
1810
+ },
1811
+ {
1812
+ "path": "_posts/2021-01-08-history-of-company copy 6.md",
1813
+ "url": "history-of-company-copy-6",
1814
+ "title": "Everything has beauty, but not everyone can see",
1815
+ "relatedFeatures": [
1816
+ {
1817
+ "jsonFilePath": "home-1/en/en",
1818
+ "webpageUrl": "home-1",
1819
+ "lang": "en",
1820
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1821
+ },
1822
+ {
1823
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1824
+ "webpageUrl": "terms-and-conditions",
1825
+ "lang": "en",
1826
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1827
+ },
1828
+ {
1829
+ "jsonFilePath": "feature/en/split-pdf",
1830
+ "webpageUrl": "split-pdf",
1831
+ "lang": "en",
1832
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1833
+ },
1834
+ {
1835
+ "jsonFilePath": "feature/en/split-pdf",
1836
+ "webpageUrl": "upload",
1837
+ "lang": "en",
1838
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1839
+ },
1840
+ {
1841
+ "jsonFilePath": "home/en/photoeffects",
1842
+ "webpageUrl": "/photo-effects",
1843
+ "lang": "en",
1844
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1845
+ },
1846
+ {
1847
+ "jsonFilePath": "feature/en/3_shop_posters",
1848
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1849
+ "lang": "en",
1850
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1851
+ },
1852
+ {
1853
+ "jsonFilePath": "feature/en/face-detection",
1854
+ "webpageUrl": "/face-detection",
1855
+ "lang": "en",
1856
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1857
+ },
1858
+ {
1859
+ "jsonFilePath": "feature/en/theframe",
1860
+ "webpageUrl": "/the-frame",
1861
+ "lang": "en",
1862
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1863
+ },
1864
+ {
1865
+ "jsonFilePath": "feature/en/theframe",
1866
+ "webpageUrl": "/imagekit",
1867
+ "lang": "en",
1868
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1869
+ },
1870
+ {
1871
+ "jsonFilePath": "home/en/en",
1872
+ "webpageUrl": "example",
1873
+ "lang": "en",
1874
+ "title": "All-in-one easy-to-use online PDF tools"
1875
+ }
1876
+ ]
1877
+ },
1878
+ {
1879
+ "path": "_posts/2021-01-08-history-of-company copy 7.md",
1880
+ "url": "history-of-company-copy-7",
1881
+ "title": "Everything has beauty, but not everyone can see",
1882
+ "relatedFeatures": [
1883
+ {
1884
+ "jsonFilePath": "home-1/en/en",
1885
+ "webpageUrl": "home-1",
1886
+ "lang": "en",
1887
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1888
+ },
1889
+ {
1890
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1891
+ "webpageUrl": "terms-and-conditions",
1892
+ "lang": "en",
1893
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1894
+ },
1895
+ {
1896
+ "jsonFilePath": "feature/en/split-pdf",
1897
+ "webpageUrl": "split-pdf",
1898
+ "lang": "en",
1899
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1900
+ },
1901
+ {
1902
+ "jsonFilePath": "feature/en/split-pdf",
1903
+ "webpageUrl": "upload",
1904
+ "lang": "en",
1905
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1906
+ },
1907
+ {
1908
+ "jsonFilePath": "home/en/photoeffects",
1909
+ "webpageUrl": "/photo-effects",
1910
+ "lang": "en",
1911
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1912
+ },
1913
+ {
1914
+ "jsonFilePath": "feature/en/3_shop_posters",
1915
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1916
+ "lang": "en",
1917
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1918
+ },
1919
+ {
1920
+ "jsonFilePath": "feature/en/face-detection",
1921
+ "webpageUrl": "/face-detection",
1922
+ "lang": "en",
1923
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1924
+ },
1925
+ {
1926
+ "jsonFilePath": "feature/en/theframe",
1927
+ "webpageUrl": "/the-frame",
1928
+ "lang": "en",
1929
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1930
+ },
1931
+ {
1932
+ "jsonFilePath": "feature/en/theframe",
1933
+ "webpageUrl": "/imagekit",
1934
+ "lang": "en",
1935
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1936
+ },
1937
+ {
1938
+ "jsonFilePath": "home/en/en",
1939
+ "webpageUrl": "example",
1940
+ "lang": "en",
1941
+ "title": "All-in-one easy-to-use online PDF tools"
1942
+ }
1943
+ ]
1944
+ },
1945
+ {
1946
+ "path": "_posts/2021-01-08-history-of-company copy 8.md",
1947
+ "url": "history-of-company-copy-8",
1948
+ "title": "Everything has beauty, but not everyone can see",
1949
+ "relatedFeatures": [
1950
+ {
1951
+ "jsonFilePath": "home-1/en/en",
1952
+ "webpageUrl": "home-1",
1953
+ "lang": "en",
1954
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1955
+ },
1956
+ {
1957
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
1958
+ "webpageUrl": "terms-and-conditions",
1959
+ "lang": "en",
1960
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
1961
+ },
1962
+ {
1963
+ "jsonFilePath": "feature/en/split-pdf",
1964
+ "webpageUrl": "split-pdf",
1965
+ "lang": "en",
1966
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1967
+ },
1968
+ {
1969
+ "jsonFilePath": "feature/en/split-pdf",
1970
+ "webpageUrl": "upload",
1971
+ "lang": "en",
1972
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
1973
+ },
1974
+ {
1975
+ "jsonFilePath": "home/en/photoeffects",
1976
+ "webpageUrl": "/photo-effects",
1977
+ "lang": "en",
1978
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1979
+ },
1980
+ {
1981
+ "jsonFilePath": "feature/en/3_shop_posters",
1982
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
1983
+ "lang": "en",
1984
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
1985
+ },
1986
+ {
1987
+ "jsonFilePath": "feature/en/face-detection",
1988
+ "webpageUrl": "/face-detection",
1989
+ "lang": "en",
1990
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1991
+ },
1992
+ {
1993
+ "jsonFilePath": "feature/en/theframe",
1994
+ "webpageUrl": "/the-frame",
1995
+ "lang": "en",
1996
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
1997
+ },
1998
+ {
1999
+ "jsonFilePath": "feature/en/theframe",
2000
+ "webpageUrl": "/imagekit",
2001
+ "lang": "en",
2002
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2003
+ },
2004
+ {
2005
+ "jsonFilePath": "home/en/en",
2006
+ "webpageUrl": "example",
2007
+ "lang": "en",
2008
+ "title": "All-in-one easy-to-use online PDF tools"
2009
+ }
2010
+ ]
2011
+ },
2012
+ {
2013
+ "path": "_posts/2021-01-08-history-of-company copy 9.md",
2014
+ "url": "history-of-company-copy-9",
2015
+ "title": "Everything has beauty, but not everyone can see",
2016
+ "relatedFeatures": [
2017
+ {
2018
+ "jsonFilePath": "home-1/en/en",
2019
+ "webpageUrl": "home-1",
2020
+ "lang": "en",
2021
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2022
+ },
2023
+ {
2024
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
2025
+ "webpageUrl": "terms-and-conditions",
2026
+ "lang": "en",
2027
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2028
+ },
2029
+ {
2030
+ "jsonFilePath": "feature/en/split-pdf",
2031
+ "webpageUrl": "split-pdf",
2032
+ "lang": "en",
2033
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2034
+ },
2035
+ {
2036
+ "jsonFilePath": "feature/en/split-pdf",
2037
+ "webpageUrl": "upload",
2038
+ "lang": "en",
2039
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2040
+ },
2041
+ {
2042
+ "jsonFilePath": "home/en/photoeffects",
2043
+ "webpageUrl": "/photo-effects",
2044
+ "lang": "en",
2045
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2046
+ },
2047
+ {
2048
+ "jsonFilePath": "feature/en/3_shop_posters",
2049
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
2050
+ "lang": "en",
2051
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
2052
+ },
2053
+ {
2054
+ "jsonFilePath": "feature/en/face-detection",
2055
+ "webpageUrl": "/face-detection",
2056
+ "lang": "en",
2057
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2058
+ },
2059
+ {
2060
+ "jsonFilePath": "feature/en/theframe",
2061
+ "webpageUrl": "/the-frame",
2062
+ "lang": "en",
2063
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2064
+ },
2065
+ {
2066
+ "jsonFilePath": "feature/en/theframe",
2067
+ "webpageUrl": "/imagekit",
2068
+ "lang": "en",
2069
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2070
+ },
2071
+ {
2072
+ "jsonFilePath": "home/en/en",
2073
+ "webpageUrl": "example",
2074
+ "lang": "en",
2075
+ "title": "All-in-one easy-to-use online PDF tools"
2076
+ }
2077
+ ]
2078
+ },
2079
+ {
2080
+ "path": "_posts/2021-01-08-history-of-company copy.md",
2081
+ "url": "history-of-company-copy",
2082
+ "title": "Everything has beauty, but not everyone can see",
2083
+ "relatedFeatures": [
2084
+ {
2085
+ "jsonFilePath": "home-1/en/en",
2086
+ "webpageUrl": "home-1",
2087
+ "lang": "en",
2088
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2089
+ },
2090
+ {
2091
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
2092
+ "webpageUrl": "terms-and-conditions",
2093
+ "lang": "en",
2094
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2095
+ },
2096
+ {
2097
+ "jsonFilePath": "feature/en/split-pdf",
2098
+ "webpageUrl": "split-pdf",
2099
+ "lang": "en",
2100
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2101
+ },
2102
+ {
2103
+ "jsonFilePath": "feature/en/split-pdf",
2104
+ "webpageUrl": "upload",
2105
+ "lang": "en",
2106
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2107
+ },
2108
+ {
2109
+ "jsonFilePath": "home/en/photoeffects",
2110
+ "webpageUrl": "/photo-effects",
2111
+ "lang": "en",
2112
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2113
+ },
2114
+ {
2115
+ "jsonFilePath": "feature/en/3_shop_posters",
2116
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
2117
+ "lang": "en",
2118
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
2119
+ },
2120
+ {
2121
+ "jsonFilePath": "feature/en/face-detection",
2122
+ "webpageUrl": "/face-detection",
2123
+ "lang": "en",
2124
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2125
+ },
2126
+ {
2127
+ "jsonFilePath": "feature/en/theframe",
2128
+ "webpageUrl": "/the-frame",
2129
+ "lang": "en",
2130
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2131
+ },
2132
+ {
2133
+ "jsonFilePath": "feature/en/theframe",
2134
+ "webpageUrl": "/imagekit",
2135
+ "lang": "en",
2136
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2137
+ },
2138
+ {
2139
+ "jsonFilePath": "home/en/en",
2140
+ "webpageUrl": "example",
2141
+ "lang": "en",
2142
+ "title": "All-in-one easy-to-use online PDF tools"
2143
+ }
2144
+ ]
2145
+ },
2146
+ {
2147
+ "path": "_posts/2021-01-08-history-of-company.md",
2148
+ "url": "history-of-company",
2149
+ "title": "Everything has beauty, but not everyone can see",
2150
+ "relatedFeatures": [
2151
+ {
2152
+ "jsonFilePath": "home-1/en/en",
2153
+ "webpageUrl": "home-1",
2154
+ "lang": "en",
2155
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2156
+ },
2157
+ {
2158
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
2159
+ "webpageUrl": "terms-and-conditions",
2160
+ "lang": "en",
2161
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2162
+ },
2163
+ {
2164
+ "jsonFilePath": "feature/en/split-pdf",
2165
+ "webpageUrl": "split-pdf",
2166
+ "lang": "en",
2167
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2168
+ },
2169
+ {
2170
+ "jsonFilePath": "feature/en/split-pdf",
2171
+ "webpageUrl": "upload",
2172
+ "lang": "en",
2173
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2174
+ },
2175
+ {
2176
+ "jsonFilePath": "home/en/photoeffects",
2177
+ "webpageUrl": "/photo-effects",
2178
+ "lang": "en",
2179
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2180
+ },
2181
+ {
2182
+ "jsonFilePath": "feature/en/3_shop_posters",
2183
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
2184
+ "lang": "en",
2185
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
2186
+ },
2187
+ {
2188
+ "jsonFilePath": "feature/en/face-detection",
2189
+ "webpageUrl": "/face-detection",
2190
+ "lang": "en",
2191
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2192
+ },
2193
+ {
2194
+ "jsonFilePath": "feature/en/theframe",
2195
+ "webpageUrl": "/the-frame",
2196
+ "lang": "en",
2197
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2198
+ },
2199
+ {
2200
+ "jsonFilePath": "feature/en/theframe",
2201
+ "webpageUrl": "/imagekit",
2202
+ "lang": "en",
2203
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2204
+ },
2205
+ {
2206
+ "jsonFilePath": "home/en/en",
2207
+ "webpageUrl": "example",
2208
+ "lang": "en",
2209
+ "title": "All-in-one easy-to-use online PDF tools"
2210
+ }
2211
+ ]
2212
+ },
2213
+ {
2214
+ "path": "_posts/2021-01-08-history-of-company2.md",
2215
+ "url": "history-of-company2",
2216
+ "title": "Everything has beauty, but not everyone can see",
2217
+ "relatedFeatures": [
2218
+ {
2219
+ "jsonFilePath": "home-1/en/en",
2220
+ "webpageUrl": "home-1",
2221
+ "lang": "en",
2222
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2223
+ },
2224
+ {
2225
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
2226
+ "webpageUrl": "terms-and-conditions",
2227
+ "lang": "en",
2228
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2229
+ },
2230
+ {
2231
+ "jsonFilePath": "feature/en/split-pdf",
2232
+ "webpageUrl": "split-pdf",
2233
+ "lang": "en",
2234
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2235
+ },
2236
+ {
2237
+ "jsonFilePath": "feature/en/split-pdf",
2238
+ "webpageUrl": "upload",
2239
+ "lang": "en",
2240
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2241
+ },
2242
+ {
2243
+ "jsonFilePath": "home/en/photoeffects",
2244
+ "webpageUrl": "/photo-effects",
2245
+ "lang": "en",
2246
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2247
+ },
2248
+ {
2249
+ "jsonFilePath": "feature/en/3_shop_posters",
2250
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
2251
+ "lang": "en",
2252
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
2253
+ },
2254
+ {
2255
+ "jsonFilePath": "feature/en/face-detection",
2256
+ "webpageUrl": "/face-detection",
2257
+ "lang": "en",
2258
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2259
+ },
2260
+ {
2261
+ "jsonFilePath": "feature/en/theframe",
2262
+ "webpageUrl": "/the-frame",
2263
+ "lang": "en",
2264
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2265
+ },
2266
+ {
2267
+ "jsonFilePath": "feature/en/theframe",
2268
+ "webpageUrl": "/imagekit",
2269
+ "lang": "en",
2270
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2271
+ },
2272
+ {
2273
+ "jsonFilePath": "home/en/en",
2274
+ "webpageUrl": "example",
2275
+ "lang": "en",
2276
+ "title": "All-in-one easy-to-use online PDF tools"
2277
+ }
2278
+ ]
2279
+ },
2280
+ {
2281
+ "path": "_posts/2021-01-08-history-of-company3.md",
2282
+ "url": "history-of-company3",
2283
+ "title": "Everything has beauty, but not everyone can see",
2284
+ "relatedFeatures": [
2285
+ {
2286
+ "jsonFilePath": "home-1/en/en",
2287
+ "webpageUrl": "home-1",
2288
+ "lang": "en",
2289
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2290
+ },
2291
+ {
2292
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
2293
+ "webpageUrl": "terms-and-conditions",
2294
+ "lang": "en",
2295
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2296
+ },
2297
+ {
2298
+ "jsonFilePath": "feature/en/split-pdf",
2299
+ "webpageUrl": "split-pdf",
2300
+ "lang": "en",
2301
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2302
+ },
2303
+ {
2304
+ "jsonFilePath": "feature/en/split-pdf",
2305
+ "webpageUrl": "upload",
2306
+ "lang": "en",
2307
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2308
+ },
2309
+ {
2310
+ "jsonFilePath": "home/en/photoeffects",
2311
+ "webpageUrl": "/photo-effects",
2312
+ "lang": "en",
2313
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2314
+ },
2315
+ {
2316
+ "jsonFilePath": "feature/en/3_shop_posters",
2317
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
2318
+ "lang": "en",
2319
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
2320
+ },
2321
+ {
2322
+ "jsonFilePath": "feature/en/face-detection",
2323
+ "webpageUrl": "/face-detection",
2324
+ "lang": "en",
2325
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2326
+ },
2327
+ {
2328
+ "jsonFilePath": "feature/en/theframe",
2329
+ "webpageUrl": "/the-frame",
2330
+ "lang": "en",
2331
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2332
+ },
2333
+ {
2334
+ "jsonFilePath": "feature/en/theframe",
2335
+ "webpageUrl": "/imagekit",
2336
+ "lang": "en",
2337
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2338
+ },
2339
+ {
2340
+ "jsonFilePath": "home/en/en",
2341
+ "webpageUrl": "example",
2342
+ "lang": "en",
2343
+ "title": "All-in-one easy-to-use online PDF tools"
2344
+ }
2345
+ ]
2346
+ },
2347
+ {
2348
+ "path": "_posts/2021-01-08-history-of-company4 copy 2.md",
2349
+ "url": "history-of-company4-copy-2",
2350
+ "title": "Everything has beauty, but not everyone can see",
2351
+ "relatedFeatures": [
2352
+ {
2353
+ "jsonFilePath": "home-1/en/en",
2354
+ "webpageUrl": "home-1",
2355
+ "lang": "en",
2356
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2357
+ },
2358
+ {
2359
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
2360
+ "webpageUrl": "terms-and-conditions",
2361
+ "lang": "en",
2362
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2363
+ },
2364
+ {
2365
+ "jsonFilePath": "feature/en/split-pdf",
2366
+ "webpageUrl": "split-pdf",
2367
+ "lang": "en",
2368
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2369
+ },
2370
+ {
2371
+ "jsonFilePath": "feature/en/split-pdf",
2372
+ "webpageUrl": "upload",
2373
+ "lang": "en",
2374
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2375
+ },
2376
+ {
2377
+ "jsonFilePath": "home/en/photoeffects",
2378
+ "webpageUrl": "/photo-effects",
2379
+ "lang": "en",
2380
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2381
+ },
2382
+ {
2383
+ "jsonFilePath": "feature/en/3_shop_posters",
2384
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
2385
+ "lang": "en",
2386
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
2387
+ },
2388
+ {
2389
+ "jsonFilePath": "feature/en/face-detection",
2390
+ "webpageUrl": "/face-detection",
2391
+ "lang": "en",
2392
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2393
+ },
2394
+ {
2395
+ "jsonFilePath": "feature/en/theframe",
2396
+ "webpageUrl": "/the-frame",
2397
+ "lang": "en",
2398
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2399
+ },
2400
+ {
2401
+ "jsonFilePath": "feature/en/theframe",
2402
+ "webpageUrl": "/imagekit",
2403
+ "lang": "en",
2404
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2405
+ },
2406
+ {
2407
+ "jsonFilePath": "home/en/en",
2408
+ "webpageUrl": "example",
2409
+ "lang": "en",
2410
+ "title": "All-in-one easy-to-use online PDF tools"
2411
+ }
2412
+ ]
2413
+ },
2414
+ {
2415
+ "path": "_posts/2021-01-08-history-of-company4 copy 3.md",
2416
+ "url": "history-of-company4-copy-3",
2417
+ "title": "Everything has beauty, but not everyone can see",
2418
+ "relatedFeatures": [
2419
+ {
2420
+ "jsonFilePath": "home-1/en/en",
2421
+ "webpageUrl": "home-1",
2422
+ "lang": "en",
2423
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2424
+ },
2425
+ {
2426
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
2427
+ "webpageUrl": "terms-and-conditions",
2428
+ "lang": "en",
2429
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2430
+ },
2431
+ {
2432
+ "jsonFilePath": "feature/en/split-pdf",
2433
+ "webpageUrl": "split-pdf",
2434
+ "lang": "en",
2435
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2436
+ },
2437
+ {
2438
+ "jsonFilePath": "feature/en/split-pdf",
2439
+ "webpageUrl": "upload",
2440
+ "lang": "en",
2441
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2442
+ },
2443
+ {
2444
+ "jsonFilePath": "home/en/photoeffects",
2445
+ "webpageUrl": "/photo-effects",
2446
+ "lang": "en",
2447
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2448
+ },
2449
+ {
2450
+ "jsonFilePath": "feature/en/3_shop_posters",
2451
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
2452
+ "lang": "en",
2453
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
2454
+ },
2455
+ {
2456
+ "jsonFilePath": "feature/en/face-detection",
2457
+ "webpageUrl": "/face-detection",
2458
+ "lang": "en",
2459
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2460
+ },
2461
+ {
2462
+ "jsonFilePath": "feature/en/theframe",
2463
+ "webpageUrl": "/the-frame",
2464
+ "lang": "en",
2465
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2466
+ },
2467
+ {
2468
+ "jsonFilePath": "feature/en/theframe",
2469
+ "webpageUrl": "/imagekit",
2470
+ "lang": "en",
2471
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2472
+ },
2473
+ {
2474
+ "jsonFilePath": "home/en/en",
2475
+ "webpageUrl": "example",
2476
+ "lang": "en",
2477
+ "title": "All-in-one easy-to-use online PDF tools"
2478
+ }
2479
+ ]
2480
+ },
2481
+ {
2482
+ "path": "_posts/2021-01-08-history-of-company4 copy 4.md",
2483
+ "url": "history-of-company4-copy-4",
2484
+ "title": "Everything has beauty, but not everyone can see",
2485
+ "relatedFeatures": [
2486
+ {
2487
+ "jsonFilePath": "home-1/en/en",
2488
+ "webpageUrl": "home-1",
2489
+ "lang": "en",
2490
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2491
+ },
2492
+ {
2493
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
2494
+ "webpageUrl": "terms-and-conditions",
2495
+ "lang": "en",
2496
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2497
+ },
2498
+ {
2499
+ "jsonFilePath": "feature/en/split-pdf",
2500
+ "webpageUrl": "split-pdf",
2501
+ "lang": "en",
2502
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2503
+ },
2504
+ {
2505
+ "jsonFilePath": "feature/en/split-pdf",
2506
+ "webpageUrl": "upload",
2507
+ "lang": "en",
2508
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2509
+ },
2510
+ {
2511
+ "jsonFilePath": "home/en/photoeffects",
2512
+ "webpageUrl": "/photo-effects",
2513
+ "lang": "en",
2514
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2515
+ },
2516
+ {
2517
+ "jsonFilePath": "feature/en/3_shop_posters",
2518
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
2519
+ "lang": "en",
2520
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
2521
+ },
2522
+ {
2523
+ "jsonFilePath": "feature/en/face-detection",
2524
+ "webpageUrl": "/face-detection",
2525
+ "lang": "en",
2526
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2527
+ },
2528
+ {
2529
+ "jsonFilePath": "feature/en/theframe",
2530
+ "webpageUrl": "/the-frame",
2531
+ "lang": "en",
2532
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2533
+ },
2534
+ {
2535
+ "jsonFilePath": "feature/en/theframe",
2536
+ "webpageUrl": "/imagekit",
2537
+ "lang": "en",
2538
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2539
+ },
2540
+ {
2541
+ "jsonFilePath": "home/en/en",
2542
+ "webpageUrl": "example",
2543
+ "lang": "en",
2544
+ "title": "All-in-one easy-to-use online PDF tools"
2545
+ }
2546
+ ]
2547
+ },
2548
+ {
2549
+ "path": "_posts/2021-01-08-history-of-company4 copy 5.md",
2550
+ "url": "history-of-company4-copy-5",
2551
+ "title": "Everything has beauty, but not everyone can see",
2552
+ "relatedFeatures": [
2553
+ {
2554
+ "jsonFilePath": "home-1/en/en",
2555
+ "webpageUrl": "home-1",
2556
+ "lang": "en",
2557
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2558
+ },
2559
+ {
2560
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
2561
+ "webpageUrl": "terms-and-conditions",
2562
+ "lang": "en",
2563
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2564
+ },
2565
+ {
2566
+ "jsonFilePath": "feature/en/split-pdf",
2567
+ "webpageUrl": "split-pdf",
2568
+ "lang": "en",
2569
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2570
+ },
2571
+ {
2572
+ "jsonFilePath": "feature/en/split-pdf",
2573
+ "webpageUrl": "upload",
2574
+ "lang": "en",
2575
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2576
+ },
2577
+ {
2578
+ "jsonFilePath": "home/en/photoeffects",
2579
+ "webpageUrl": "/photo-effects",
2580
+ "lang": "en",
2581
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2582
+ },
2583
+ {
2584
+ "jsonFilePath": "feature/en/3_shop_posters",
2585
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
2586
+ "lang": "en",
2587
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
2588
+ },
2589
+ {
2590
+ "jsonFilePath": "feature/en/face-detection",
2591
+ "webpageUrl": "/face-detection",
2592
+ "lang": "en",
2593
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2594
+ },
2595
+ {
2596
+ "jsonFilePath": "feature/en/theframe",
2597
+ "webpageUrl": "/the-frame",
2598
+ "lang": "en",
2599
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2600
+ },
2601
+ {
2602
+ "jsonFilePath": "feature/en/theframe",
2603
+ "webpageUrl": "/imagekit",
2604
+ "lang": "en",
2605
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2606
+ },
2607
+ {
2608
+ "jsonFilePath": "home/en/en",
2609
+ "webpageUrl": "example",
2610
+ "lang": "en",
2611
+ "title": "All-in-one easy-to-use online PDF tools"
2612
+ }
2613
+ ]
2614
+ },
2615
+ {
2616
+ "path": "_posts/2021-01-08-history-of-company4 copy.md",
2617
+ "url": "history-of-company4-copy",
2618
+ "title": "Everything has beauty, but not everyone can see",
2619
+ "relatedFeatures": [
2620
+ {
2621
+ "jsonFilePath": "home-1/en/en",
2622
+ "webpageUrl": "home-1",
2623
+ "lang": "en",
2624
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2625
+ },
2626
+ {
2627
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
2628
+ "webpageUrl": "terms-and-conditions",
2629
+ "lang": "en",
2630
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2631
+ },
2632
+ {
2633
+ "jsonFilePath": "feature/en/split-pdf",
2634
+ "webpageUrl": "split-pdf",
2635
+ "lang": "en",
2636
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2637
+ },
2638
+ {
2639
+ "jsonFilePath": "feature/en/split-pdf",
2640
+ "webpageUrl": "upload",
2641
+ "lang": "en",
2642
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2643
+ },
2644
+ {
2645
+ "jsonFilePath": "home/en/photoeffects",
2646
+ "webpageUrl": "/photo-effects",
2647
+ "lang": "en",
2648
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2649
+ },
2650
+ {
2651
+ "jsonFilePath": "feature/en/3_shop_posters",
2652
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
2653
+ "lang": "en",
2654
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
2655
+ },
2656
+ {
2657
+ "jsonFilePath": "feature/en/face-detection",
2658
+ "webpageUrl": "/face-detection",
2659
+ "lang": "en",
2660
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2661
+ },
2662
+ {
2663
+ "jsonFilePath": "feature/en/theframe",
2664
+ "webpageUrl": "/the-frame",
2665
+ "lang": "en",
2666
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2667
+ },
2668
+ {
2669
+ "jsonFilePath": "feature/en/theframe",
2670
+ "webpageUrl": "/imagekit",
2671
+ "lang": "en",
2672
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2673
+ },
2674
+ {
2675
+ "jsonFilePath": "home/en/en",
2676
+ "webpageUrl": "example",
2677
+ "lang": "en",
2678
+ "title": "All-in-one easy-to-use online PDF tools"
2679
+ }
2680
+ ]
2681
+ },
2682
+ {
2683
+ "path": "_posts/2021-01-08-history-of-company4.md",
2684
+ "url": "history-of-company4",
2685
+ "title": "Everything has beauty, but not everyone can see",
2686
+ "relatedFeatures": [
2687
+ {
2688
+ "jsonFilePath": "home-1/en/en",
2689
+ "webpageUrl": "home-1",
2690
+ "lang": "en",
2691
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2692
+ },
2693
+ {
2694
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
2695
+ "webpageUrl": "terms-and-conditions",
2696
+ "lang": "en",
2697
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2698
+ },
2699
+ {
2700
+ "jsonFilePath": "feature/en/split-pdf",
2701
+ "webpageUrl": "split-pdf",
2702
+ "lang": "en",
2703
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2704
+ },
2705
+ {
2706
+ "jsonFilePath": "feature/en/split-pdf",
2707
+ "webpageUrl": "upload",
2708
+ "lang": "en",
2709
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2710
+ },
2711
+ {
2712
+ "jsonFilePath": "home/en/photoeffects",
2713
+ "webpageUrl": "/photo-effects",
2714
+ "lang": "en",
2715
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2716
+ },
2717
+ {
2718
+ "jsonFilePath": "feature/en/3_shop_posters",
2719
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
2720
+ "lang": "en",
2721
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
2722
+ },
2723
+ {
2724
+ "jsonFilePath": "feature/en/face-detection",
2725
+ "webpageUrl": "/face-detection",
2726
+ "lang": "en",
2727
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2728
+ },
2729
+ {
2730
+ "jsonFilePath": "feature/en/theframe",
2731
+ "webpageUrl": "/the-frame",
2732
+ "lang": "en",
2733
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2734
+ },
2735
+ {
2736
+ "jsonFilePath": "feature/en/theframe",
2737
+ "webpageUrl": "/imagekit",
2738
+ "lang": "en",
2739
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2740
+ },
2741
+ {
2742
+ "jsonFilePath": "home/en/en",
2743
+ "webpageUrl": "example",
2744
+ "lang": "en",
2745
+ "title": "All-in-one easy-to-use online PDF tools"
2746
+ }
2747
+ ]
2748
+ },
2749
+ {
2750
+ "path": "_posts/2021-01-08-history.md",
2751
+ "url": "history",
2752
+ "title": "Everything has beauty, but not everyone can see",
2753
+ "relatedFeatures": [
2754
+ {
2755
+ "jsonFilePath": "home-1/en/en",
2756
+ "webpageUrl": "home-1",
2757
+ "lang": "en",
2758
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2759
+ },
2760
+ {
2761
+ "jsonFilePath": "termAndCondition/en/termAndCondition",
2762
+ "webpageUrl": "terms-and-conditions",
2763
+ "lang": "en",
2764
+ "title": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase."
2765
+ },
2766
+ {
2767
+ "jsonFilePath": "feature/en/split-pdf",
2768
+ "webpageUrl": "split-pdf",
2769
+ "lang": "en",
2770
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2771
+ },
2772
+ {
2773
+ "jsonFilePath": "feature/en/split-pdf",
2774
+ "webpageUrl": "upload",
2775
+ "lang": "en",
2776
+ "title": "Simplest online alarm clock to set alarms. Do not close browser tab."
2777
+ },
2778
+ {
2779
+ "jsonFilePath": "home/en/photoeffects",
2780
+ "webpageUrl": "/photo-effects",
2781
+ "lang": "en",
2782
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2783
+ },
2784
+ {
2785
+ "jsonFilePath": "feature/en/3_shop_posters",
2786
+ "webpageUrl": "/fun-photo-effects/posters-3_shop_posters",
2787
+ "lang": "en",
2788
+ "title": "Bring your photos to life with a wide variety of 3 shop Posters poster photo filters and photo effects. You can easily download it and share it with your friends and family. Give it a try!"
2789
+ },
2790
+ {
2791
+ "jsonFilePath": "feature/en/face-detection",
2792
+ "webpageUrl": "/face-detection",
2793
+ "lang": "en",
2794
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2795
+ },
2796
+ {
2797
+ "jsonFilePath": "feature/en/theframe",
2798
+ "webpageUrl": "/the-frame",
2799
+ "lang": "en",
2800
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2801
+ },
2802
+ {
2803
+ "jsonFilePath": "feature/en/theframe",
2804
+ "webpageUrl": "/imagekit",
2805
+ "lang": "en",
2806
+ "title": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject."
2807
+ },
2808
+ {
2809
+ "jsonFilePath": "home/en/en",
2810
+ "webpageUrl": "example",
2811
+ "lang": "en",
2812
+ "title": "All-in-one easy-to-use online PDF tools"
2813
+ }
2814
+ ]
2815
+ }
2816
+ ]