SiteBar Addon
This extension is a SiteBar.org Client.
SiteBar Addon क्या है?
SiteBar Addon Eric Trösch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is a SiteBar.org Client."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SiteBar Addon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome integration for all those who manage their favorites with a SiteBar - Bookmark Server (https://github.com/brablc/sitebar). :: SiteBar :: The Online Bookmark Manager | The Bookmark Server SiteBar is a solution for people who use multiple browsers or computers and want to have their bookmarks available from anywhere without having to synchronize them or take them with them. The bookmarks are stored on a server - which can be - a SiteBar server operated by sitebar.org - another public server on which our SiteBar software is running - your own server running our free SiteBar software The bookmarks can be displayed/changed in almost any standard-compliant browser.
एक्सटेंशन की मूल जानकारी
नाम | SiteBar Addon |
ID | mjcijcecjeigmnpemkbgjlhfeolncbon |
आधिकारिक URL | https://chromewebstore.google.com/detail/sitebar-addon/mjcijcecjeigmnpemkbgjlhfeolncbon |
विवरण | This extension is a SiteBar.org Client. |
फ़ाइल का आकार | 27.69 KB |
स्थापना संख्या | 300 |
वर्तमान संस्करण | 1.66 |
अंतिम अपडेट | 2023-12-21 |
प्रकाशन तिथि | 2014-01-30 |
रेटिंग | 4.13/5 कुल 8 रेटिंग्स |
डेवलपर | Eric Trösch |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCK9ZM\/7Z6QaiIBPbTuZjiAiNTmpoLZC01DUhfoTN402LAcEdQrrwgGodBxir2QeRGd+jaih5taTO4Cg8u8x3neINJRwEpP4ANVYnRBG95zthhLOwyj\/elLjXaa4enaVP9E3ZTW8eKIvBe5LLxsCXiiJFFviEljiJhKaUl7e+tRNwIDAQAB", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "de", "version": "1.66", "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs", "contextMenus", "storage", "system.display" ], "options_page": "options.html", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "action": { "default_icon": "icon_128.png", "default_title": "SiteBar Client", "default_popup": "popup.html" } } |