Find+
Designed By wuaq.cn
Find+ क्या है?
Find+ wuaqgg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Designed By wuaq.cn"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Find+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
利用强大的正则表达式来对页面进行搜索,在页面信息较多时快速找到自己需要的。原作者Chrome Regex Search-rshen
एक्सटेंशन की मूल जानकारी
नाम | Find+ |
ID | kbhhfmpihkhcjfbhbbmfppjmgcpbknpd |
आधिकारिक URL | https://chromewebstore.google.com/detail/find+/kbhhfmpihkhcjfbhbbmfppjmgcpbknpd |
विवरण | Designed By wuaq.cn |
फ़ाइल का आकार | 281 KB |
स्थापना संख्या | 45 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2018-09-16 |
प्रकाशन तिथि | 2018-09-16 |
डेवलपर | wuaqgg |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find+", "version": "1.0.1", "author": "wuaq.cn", "default_locale": "zh_CN", "description": "__MSG_description__", "icons": { "16": "icons\/icons_16.png", "24": "icons\/icons_24.png", "32": "icons\/icons_32.png", "48": "icons\/icons_48.png", "64": "icons\/icons_64.png", "72": "icons\/icons_72.png", "96": "icons\/icons_96.png", "128": "icons\/icons_128.png", "256": "icons\/icons_256.png" }, "browser_action": { "default_icon": { "16": "icons\/icons_16.png", "24": "icons\/icons_24.png", "32": "icons\/icons_32.png", "48": "icons\/icons_48.png", "64": "icons\/icons_64.png", "72": "icons\/icons_72.png", "96": "icons\/icons_96.png", "128": "icons\/icons_128.png", "256": "icons\/icons_256.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+F", "mac": "Command+Shift+F", "chromeos": "Ctrl+Shift+F", "linux": "Ctrl+Shift+F" } } }, "options_page": "options.html", "manifest_version": 2 } |