Pinned Tabs
Keep Pinned Tabs When Open New Window
Pinned Tabs क्या है?
Pinned Tabs wnaklulu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep Pinned Tabs When Open New Window"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pinned Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The closed window is pinned the next time the label is reopened, and the new window automatically synchronizes pinned labels 1. Need to fix the tag right pinned tag 2. Open the extension input name to save the pinned label 3. Select enable next time will automatically open enabled tag group 4. [github](https://github.com/0851/pinned) 5. [demo](https://raw.githubusercontent.com/0851/pinned/master/images/use.mp4)
एक्सटेंशन की मूल जानकारी
नाम | Pinned Tabs |
ID | biccgodmohjplafdhicdhkdeeejcmgia |
आधिकारिक URL | https://chromewebstore.google.com/detail/pinned-tabs/biccgodmohjplafdhicdhkdeeejcmgia |
विवरण | Keep Pinned Tabs When Open New Window |
फ़ाइल का आकार | 41.32 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2019-01-21 |
प्रकाशन तिथि | 2019-01-20 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | wnaklulu |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/0851/pinned |
सहायता पृष्ठ URL | https://github.com/0851/pinned/issues |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ext_name__", "short_name": "__MSG_ext_name_sort__", "version": "1.0.0", "description": "__MSG_ext_description__", "default_locale": "en", "icons": { "16": "images\/icon32.png", "48": "images\/icon64.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": { "16": "images\/icon32.png", "48": "images\/icon64.png", "128": "images\/icon128.png" }, "default_popup": "popup.html", "default_title": "__MSG_ext_name__" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "common.js", "background.js" ], "persistent": false } } |