Update bookmark
This add-on allows to replace or update an existing bookmark title and/or URL with a minimal click count..
Update bookmark क्या है?
Update bookmark Andrey Hohutkin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This add-on allows to replace or update an existing bookmark title and/or URL with a minimal click count.."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Update bookmark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
To update quickly a bookmark to last forum message or YouTube next video then it is your extension.
एक्सटेंशन की मूल जानकारी
नाम | Update bookmark |
ID | bbkpimlolhbojojeceiinmmfiejedmcj |
आधिकारिक URL | https://chromewebstore.google.com/detail/update-bookmark/bbkpimlolhbojojeceiinmmfiejedmcj |
विवरण | This add-on allows to replace or update an existing bookmark title and/or URL with a minimal click count.. |
फ़ाइल का आकार | 37.69 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 1.4.12 |
अंतिम अपडेट | 2019-12-10 |
प्रकाशन तिथि | 2019-12-10 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Andrey Hohutkin |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "{08cc31c0-b1cb-461c-8ba2-95edd9e76a02}" } }, "manifest_version": 2, "name": "Update bookmark", "short_name": "Upd.bookmark", "version": "1.4.12", "description": "This add-on allows to replace or update an existing bookmark title and\/or URL with a minimal click count..", "icons": { "48": "icons\/icon48.png" }, "permissions": [ "bookmarks", "tabs", "contextMenus", "storage", "identity", "https:\/\/www.googleapis.com\/" ], "oauth2": { "client_id": "774259488933-8kliosoov7e5m8egsln4fr3skshusaou.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "browser_style": true, "default_icon": "icons\/icon48.png", "theme_icons": [ { "light": "icons\/icon32-light.png", "dark": "icons\/icon32.png", "size": 32 } ], "default_title": "Update bookmark", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "browser_style": true }, "commands": { "update-url": { "suggested_key": { "default": "Ctrl+Space", "mac": "MacCtrl+Space" }, "description": "Send a 'update-url' event to the extension" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Q", "mac": "MacCtrl+Q" } } } } |