Buttonless
Share with a click
Buttonless란 무엇입니까?
Buttonless은(는) https://buttonless.rocks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share with a click"입니다.
확장 프로그램 스크린샷
Buttonless 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you ever feel hassled to share web content to your favourite social media platforms? Fear not! Introducing Buttonless: a browser extension which allows you to quickly share customized content with just a click. No more fiddling with those social buttons around the webpage. Go Buttonless now! KEEP BUTTONLESS GOING Buttonless was designed to be free although there is still a long way to go with all the development and bug busting. If you have enjoyed using Buttonless don’t forget to tell your friends, rate ★★★★★ or make a donation of £1, £2, £5 or whatever you can afford in the link below. With your help, we can keep the extension development going and push it much further. http://paypal.me/chendesigns/5 0.0.0.11 (14/04/16) The past several weeks has been horrible for Buttonless. With our one and only developer decided to disappear, decreasing number of users...everything seems to be turning south. Here's a brief summary so far. UPDATES 0 Developers on board 0 Donations since launch 0 Bugs fixed 0 People smiling right now Nothing really special in 0.0.0.11 apart from the number. Yeah, we're doomed. But it's not the end...(or is it?) i'm joking it's not...(but am i?)...yes i confirm, this version is to show I haven't forgotten about all the existing Buttonless users. FOLLOW US Twitter https://twitter.com/ButtonlessRocks YouTube https://www.youtube.com/channel/UCVku3VsakeQDQWuL-02Z2Kg Facebook https://www.facebook.com/Buttonless-226779497665156
확장 프로그램 기본 정보
이름 | Buttonless |
ID | mbpgpedohbkagifgfilmicgklianboei |
공식 URL | https://chromewebstore.google.com/detail/buttonless/mbpgpedohbkagifgfilmicgklianboei |
설명 | Share with a click |
파일 크기 | 52.71 KB |
설치 횟수 | 63 |
현재 버전 | 0.0.0.11 |
최근 업데이트 | 2016-04-19 |
출시 날짜 | 2016-04-18 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | https://buttonless.rocks |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://buttonless.rocks |
도움말 페이지 URL | http://buttonless.rocks/faq |
개인정보 보호 정책 페이지 URL | http://www.stevenchen.uk |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "0.0.0.11", "description": "__MSG_description__", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "background.html", "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/platform.twitter.com https:\/\/apis.google.com; img-src *; object-src 'self';", "web_accessible_resources": [ "icons\/icon16.png", "\/images\/facebook.png", "\/images\/twitter.png", "\/images\/linkedin.png", "\/images\/googleplus.png", "\/images\/pinterest.png", "\/images\/addthis.png" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/share.css" ], "js": [ "js\/content.js" ], "run_at": "document_idle" } ], "options_page": "options.html", "minimum_chrome_version": "18", "permissions": [ "contextMenus", "tabs", "storage", " |