ThumbTack
Automatically pins tabs based on URL, domain, or regular expression
ThumbTack क्या है?
ThumbTack rossipedia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically pins tabs based on URL, domain, or regular expression"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ThumbTack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A small extension with the sole purpose of automatically pinning your tabs based on the URL. * Settings synced across devices * Unpinned tabs won't be automatically re-pinned * Clicking the toolbar icon will pin any unpinned tabs that match a rule.
एक्सटेंशन की मूल जानकारी
नाम | ThumbTack |
ID | plkdbophokgibnhgphiamdpgamdcpcfc |
आधिकारिक URL | https://chromewebstore.google.com/detail/thumbtack/plkdbophokgibnhgphiamdpgamdcpcfc |
विवरण | Automatically pins tabs based on URL, domain, or regular expression |
फ़ाइल का आकार | 88.15 KB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2020-03-14 |
प्रकाशन तिथि | 2020-03-14 |
डेवलपर | rossipedia |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/rossipedia/thumb-tack |
सहायता पृष्ठ URL | https://github.com/rossipedia/thumb-tack/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ThumbTack", "version": "0.0.6", "version_name": "0.0.6", "manifest_version": 2, "description": "Automatically pins tabs based on URL, domain, or regular expression", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "browser_action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png" }, "default_title": "ThumbTack" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "scripts": [ "extension.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "webNavigation" ] } |