Symbols for pasting
Click on a symbol to copy it.
Symbols for pasting란 무엇입니까?
Symbols for pasting은(는) https://socialcoder.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click on a symbol to copy it."입니다.
확장 프로그램 스크린샷
Symbols for pasting 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |