Bookmark Updater
A button that quickly updates the closest bookmark found to the open tab.
Bookmark Updater क्या है?
Bookmark Updater alexander.bruun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A button that quickly updates the closest bookmark found to the open tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookmark Updater एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Update existing bookmarks while surfing the web, and create new bookmarks if your current tab doesn't match any of your saved bookmarks.
एक्सटेंशन की मूल जानकारी
नाम | Bookmark Updater |
ID | hjhffdgfjfkkjnllljaidejgbhhldice |
आधिकारिक URL | https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice |
विवरण | A button that quickly updates the closest bookmark found to the open tab. |
फ़ाइल का आकार | 7.8 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2022-02-19 |
प्रकाशन तिथि | 2021-01-12 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | alexander.bruun |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "author": "Alexander Bruun", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark Updater", "description": "A button that quickly updates the closest bookmark found to the open tab.", "version": "1.1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "permissions": [ "bookmarks", "tabs" ], "browser_action": { "default_title": "Bookmark Updater", "default_icon": "icon.png" }, "offline_enabled": true } |