Share That Quote

An extension to easily share quotes found in current page

Τι είναι το Share That Quote;

Το Share That Quote είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pikilabs.com, και η κύρια λειτουργία του είναι "An extension to easily share quotes found in current page".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Share That Quote

Λήψη αρχείων επέκτασης 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 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'"
}