Speed Dial
The end is nigh!
Speed Dial क्या है?
Speed Dial MatevzFa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The end is nigh!"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Speed Dial एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Another Speed Dial extension made with minimalistic approach. Setting up linkbars requires basic JSON knowledge. Changelog: 0.1.0 - Added settings GUI - Improved reliability 0.1.1 - Added GUI for exporting and importing settings - Minor settings GUI tweaks 0.1.2 - Fixed a bug introduced with Chrome version 55, which prevented opening links in a new tab using the middle mouse button. 0.1.3 - Spacing between thumbnails should now be more consistent. - Optimized settings interface 0.1.4 - Fixed whitespace wrapping issues with link bars 0.1.5 - Added thumbnail icon for GitHub - Cleaned up thumbnail icons - Added some missing fields to manifest.json
एक्सटेंशन की मूल जानकारी
नाम | |
ID | oclfpimokfhcchncefemplpcchlpmjmn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/speed-dial/oclfpimokfhcchncefemplpcchlpmjmn |
विवरण | The end is nigh! |
फ़ाइल का आकार | 483 KB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 0.1.5 |
अंतिम अपडेट | 2017-07-13 |
प्रकाशन तिथि | 2017-07-13 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | MatevzFa |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Dial", "version": "0.1.5", "author": "MatevzFa", "description": "The end is nigh!", "icons": { "16": "icons\/tch_16.png", "48": "icons\/tch_48.png", "128": "icons\/tch_128.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com; object-src 'self'" } |