Forum Urls
Create forum friendly links with url and title from current page. (BB code and more)
Forum Urls क्या है?
Forum Urls https://norcats.blogspot.no द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create forum friendly links with url and title from current page. (BB code and more)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Forum Urls एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension helps you create forum friendly links with url and title from current page in browser. BB code and a couple of other predefined formats are available upon installation. In options page you can customize and add your own formats, and select default format to use. Options are saved to Chrome storage and is automatically synchronized between other devices that you are logged into. This extension can safely be used in incognito mode, and options are persisted also here, no user information or logs is stored.
एक्सटेंशन की मूल जानकारी
नाम | Forum Urls |
ID | ohofimfhgiombfcjllchiiiifanomffi |
आधिकारिक URL | https://chromewebstore.google.com/detail/forum-urls/ohofimfhgiombfcjllchiiiifanomffi |
विवरण | Create forum friendly links with url and title from current page. (BB code and more) |
फ़ाइल का आकार | 97.33 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2022-07-10 |
प्रकाशन तिथि | 2015-02-09 |
डेवलपर | https://norcats.blogspot.no |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Forum Urls", "description": "Create forum friendly links with url and title from current page. (BB code and more)", "version": "1.4", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "options_page": "options.html", "action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Forum Urls" }, "permissions": [ "activeTab", "clipboardWrite", "storage" ] } |