Pinboard style
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
Pinboard style क्या है?
Pinboard style Zander Martineau द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pinboard style एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). It is under active development so if you find any problems, please create an issue at https://github.com/mrmartineau/pinboard-chrome-extension/issues.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mmcabafimbenknlnlndkdfjgfkkljhmg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg |
विवरण | This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). |
फ़ाइल का आकार | 214 KB |
स्थापना संख्या | 101 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2014-08-03 |
प्रकाशन तिथि | 2014-08-03 |
रेटिंग | 4.83/5 कुल 6 रेटिंग्स |
डेवलपर | Zander Martineau |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mrmartineau/pinboard-chrome-extension |
सहायता पृष्ठ URL | https://github.com/mrmartineau/pinboard-chrome-extension/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinboard style", "version": "0.0.4", "manifest_version": 2, "description": "This is a simple extension to improve the look and feel for Pinboard (http:\/\/pinboard.in).", "homepage_url": "http:\/\/martineau.tv", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "contentSettings", "https:\/\/pinboard.in\/*" ], "content_scripts": [ { "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ], "matches": [ "https:\/\/pinboard.in\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "src\/inject\/*", "img\/*" ] } |