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ファイルをダウンロード
Share That Quote拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |