Share That Quote
An extension to easily share quotes found in current page
Share That Quote란 무엇입니까?
Share That Quote은(는) https://pikilabs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to easily share quotes found in current page"입니다.
확장 프로그램 스크린샷
Share That Quote 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you happen to share some inspirative quotes with your followers on twitter or friends on facebook ? Have you ever tried the awesome Pablo app (by @buffer) which help you create images with text adapted to each and every social media ? Well, if you do, this extension will definitely be for you as it : - search for inspirational quotes within the content of the web page you're currently reading - notify you if it does find some - let you share it through the pablo website This extension is still a work in progress, so do not hesitate to give feedback on whether it works or not and on which website. Try it yourself on https://www.goodreads.com/quotes and see ! Thanks PS: visit my personal website at http://bit.ly/githubio-martinratinaud
확장 프로그램 기본 정보
이름 | Share That Quote |
ID | aahppbieennbnhnibbpakediocidhpii |
공식 URL | https://chromewebstore.google.com/detail/share-that-quote/aahppbieennbnhnibbpakediocidhpii |
설명 | An extension to easily share quotes found in current page |
파일 크기 | 1.18 MB |
설치 횟수 | 34 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2016-03-24 |
출시 날짜 | 2016-03-24 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | https://pikilabs.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Share That Quote", "description": "An extension to easily share quotes found in current page", "version": "1.0.4", "author": "@martinratinaud", "background": { "scripts": [ "event.js", "ga.js" ], "persistent": false }, "icons": { "16": "icons\/favicon-16x16.png", "48": "icons\/favicon-48x48.png", "128": "icons\/favicon-128x128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |