Symbols for pasting
Click on a symbol to copy it.
Symbols for pasting क्या है?
Symbols for pasting https://socialcoder.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click on a symbol to copy it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Symbols for pasting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Symbols for pasting into posts, twitter, email etc. Ad-free and no permissions needed. Find me on Twitter as @KiwiCoder Changelog ========= 0.0.0.3 introduces tabs, one for symbols and another for looks. 0.0.0.4 is a feeble attempt at making the extension icon prettier. 0.0.0.5 Reinstates an eyebrow, egregiously omitted. 0.0.0.7 Replaces broken face with non-broken face. 0.0.0.11 adds the § symbol 0.0.0.13 adds GA (is anyone actually using this?) 0.0.0.14 adds &mdash (long hyphen) and few other symbols 0.0.0.15 adds █ symbol 0.0.0.16 Now with 40% more misc
एक्सटेंशन की मूल जानकारी
नाम | Symbols for pasting |
ID | pplghaldkjlbeaebchaabadnigijmfbl |
आधिकारिक URL | https://chromewebstore.google.com/detail/symbols-for-pasting/pplghaldkjlbeaebchaabadnigijmfbl |
विवरण | Click on a symbol to copy it. |
फ़ाइल का आकार | 98.57 KB |
स्थापना संख्या | 783 |
वर्तमान संस्करण | 0.0.0.16 |
अंतिम अपडेट | 2014-12-21 |
प्रकाशन तिथि | 2014-12-21 |
रेटिंग | 4.11/5 कुल 18 रेटिंग्स |
डेवलपर | https://socialcoder.org |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Click on a symbol to copy it.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDizOZzUEvopTBqstmq4F1Rn6Ulyq+MEdwzkSeI+xB2Z127OzmAb4W3OaxDqVcQJLrsfgSkTqRA9a07nkmMBzobEXQ2h0Z1NO4rTJKeWBerCibCQ1BP21cQh2AGUBvw\/WpCHn+zIED56VLn2jkUnYGmH7XwWM02w8ZZDVNndmRhnwIDAQAB", "manifest_version": 2, "name": "Symbols for pasting", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.0.16" } |