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
扩展基本信息
名称 | 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'" } |