Bookmarks New Tab
Organise your Bookmarks on your new tab with options to create folders with bookmarks
Bookmarks New Tab क्या है?
Bookmarks New Tab Locksley Ltd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organise your Bookmarks on your new tab with options to create folders with bookmarks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookmarks New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Bookmarks New Tab lets you organise all your Bookmarks in folders on your new tabs, you can create unlimited folders and save bookmarks to them for easy convenient access in your new tab. Simple right click on any page select save and select the folder to put this bookmark, all bookmarks for that folder will be displayed on your new tabs. By clicking Add To Chrome I agree to changing the browser new tab to that provided by the service and agree to the privacy policy and terms of use below. Please note this extension changes your new tab search to results powered by bing.com. https://bookmarks-newtab.com/privacy.html https://bookmarks-newtab.com/terms.html
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jjojbmhmaokgkfjjghgflflbbbmbbhhn |
आधिकारिक URL | https://chromewebstore.google.com/detail/bookmarks-new-tab/jjojbmhmaokgkfjjghgflflbbbmbbhhn |
विवरण | Organise your Bookmarks on your new tab with options to create folders with bookmarks |
फ़ाइल का आकार | 345 KB |
स्थापना संख्या | 9,527 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2021-01-11 |
प्रकाशन तिथि | 2020-11-25 |
डेवलपर | Locksley Ltd |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://nifty-counters.com/privacy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarks New Tab", "version": "1.2", "manifest_version": 2, "description": "Organise your Bookmarks on your new tab with options to create folders with bookmarks", "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": { "default_icon": "logo.png", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "storage", "chrome:\/\/favicon\/", "https:\/\/api.bing.com\/*", "https:\/\/bookmarks-newtab.com\/*" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src 'self' chrome:\/\/favicon data:;" } |