Bookmark RecycleBin
Right-click on one link and add it to your Bookmarks folder.
Bookmark RecycleBin क्या है?
Bookmark RecycleBin tzengshinfu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right-click on one link and add it to your Bookmarks folder."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookmark RecycleBin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Accidentally deleted your bookmarks? Don't worry! Bookmark RecycleBin can help you restore them. You just need to set the recycle bin folder. *When you delete bookmarks, them will be moved to recycle bin. *When you delete bookmarks in recycle bin, them will be gone really. *When you delete recycle bin, it will be empty. Bug fix: v1.0.1: fix duplicate recycle bin problem for Google Chrome Sync. v1.0.2: fix v1.0.1 bug.
एक्सटेंशन की मूल जानकारी
नाम | Bookmark RecycleBin |
ID | oiaokhalddljknajgbakpkikohhpfnle |
आधिकारिक URL | https://chromewebstore.google.com/detail/bookmark-recyclebin/oiaokhalddljknajgbakpkikohhpfnle |
विवरण | Right-click on one link and add it to your Bookmarks folder. |
फ़ाइल का आकार | 22.6 KB |
स्थापना संख्या | 429 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2017-03-24 |
प्रकाशन तिथि | 2017-03-23 |
रेटिंग | 3.70/5 कुल 10 रेटिंग्स |
डेवलपर | tzengshinfu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.2", "default_locale": "en", "options_page": "options.html", "minimum_chrome_version": "26", "manifest_version": 2, "permissions": [ "bookmarks" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |