Pullquote

Pullquote activates online reading.

Τι είναι το Pullquote;

Το Pullquote είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pullquote.com, και η κύρια λειτουργία του είναι "Pullquote activates online reading.".

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

screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης Pullquote σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Share or save quotes easily!
 
[December, 2019: We completed an overhaul of the underlying code and servers, and fixed a bunch of bugs along the way. In the future, the new Pro package helps us prioritize maintenance and new development work!]
 
Pullquote makes it easy to:

TWEET quotes: with a few clicks, tweet out a full quote rather than a paraphrase. (Pro users: schedule and edit tweets, tweet from multiple accounts, or change fonts or styling.) 

COLLECT quotes: Pullquote simplifies collecting, annotating and indexing the great quotes you find online⁠—helpful whether you’re researching a book, preparing for class project or stashing quotes on a favorite topic. (Pro users.) 

LINK to specific text: Why share a generic link into a long article? Use Pullquote to direct people to a specific quote in its context. 

SHARE niche content: Skip the firehose! Pullquote lets your fans and colleagues subscribe to a custom newsletter of your Pullquotes on a single topic… #sailing, #microbiome, #NYJets… whatever! (Pro users.) 
 
Follow us on Twitter: @pllqt
 
[Headsup] When installing Pullquote for Google Chrome™, you will receive a warning that Pullquote is able to access your browsing history and data. This is a standard Google Chrome™ message. 
 
[Notice] If you can't find the Pullquote icon in your browser, please re-enable it here chrome://extensions/ .
 
[Bug Report and Suggestions] We appreciate user suggestions and requests for improvements. If you have features you would like to see added, or experience a bug, please e-mail us at [email protected]. Thank you!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Pullquote Pullquote
ID odepjlkgmleifdipoemkdalmakbemeaa
Επίσημο URL https://chromewebstore.google.com/detail/pullquote/odepjlkgmleifdipoemkdalmakbemeaa
Περιγραφή Pullquote activates online reading.
Μέγεθος Αρχείου 158 KB
Αριθμός Εγκαταστάσεων 2,479
Τρέχουσα Έκδοση 0.8.12
Τελευταία Ενημέρωση 2019-12-19
Ημερομηνία Δημοσίευσης 2019-12-19
Αξιολόγηση 3.22/5 Συνολικά 46 Αξιολογήσεις
Προγραμματιστής https://pullquote.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://pullquote.com/
Διεύθυνση URL της Σελίδας Βοήθειας http://pullquote.com/faq
URL της Σελίδας Πολιτικής Απορρήτου http://pullquote.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.8.12",
    "name": "Pullquote",
    "short_name": "PQ",
    "description": "Pullquote activates online reading.",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "homepage_url": "http:\/\/pullquote.com",
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "Pullquote",
        "default_popup": "popup_help.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/tracer.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/close.png",
        "img\/boxquote-start.png",
        "img\/boxquote-end.png",
        "img\/options.png",
        "img\/icon-quoteit.png",
        "img\/loading-small.gif",
        "img\/icon-trash.png",
        "img\/icon-block.png",
        "img\/icon-ok.png",
        "img\/border-anim-v.gif",
        "img\/border-anim-h.gif",
        "css\/pullquote.css"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/pullquotes.com\/*",
            "*:\/\/pullquote.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*.pdf",
                "*:\/\/*.pullquotes.com\/tweet*",
                "*:\/\/*.pullquotes.com\/file*",
                "*:\/\/*.pullquotes.com\/pq*",
                "*:\/\/*.pullquote.com\/tweet*",
                "*:\/\/*.pullquote.com\/file*",
                "*:\/\/*.pullquote.com\/pq*"
            ],
            "css": [
                "css\/pullquote.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/rangy.min.js",
                "js\/tracer.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*.pdf",
                "*:\/\/*.pullquotes.com\/tweet*",
                "*:\/\/*.pullquotes.com\/file*",
                "*:\/\/*.pullquotes.com\/pq*",
                "*:\/\/*.pullquote.com\/tweet*",
                "*:\/\/*.pullquote.com\/file*",
                "*:\/\/*.pullquote.com\/pq*"
            ],
            "css": [
                "css\/pullquote.css"
            ],
            "js": [
                "js\/https_content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.pullquotes.com\/pq*",
                "*:\/\/*.pullquote.com\/pq*",
                "*:\/\/*.qote.me\/*",
                "*:\/\/*.pllqt.it\/*"
            ],
            "js": [
                "js\/quotebox.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.pullquotes.com\/*",
                "*:\/\/*.pullquote.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*feeds"
            ],
            "all_frames": true,
            "js": [
                "js\/member.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.pullquotes.com\/quote*",
                "*:\/\/*.pullquote.com\/quote*"
            ],
            "js": [
                "js\/quote.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.pullquotes.com\/tweet*",
                "*:\/\/*.pullquotes.com\/file*",
                "*:\/\/*.pullquote.com\/tweet*",
                "*:\/\/*.pullquote.com\/file*"
            ],
            "js": [
                "js\/intent.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "clipboardWrite",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html"
}