ADP Project - Accelerated Desktop Pages
View the Accelerated Mobile Pages (AMP) version of webpages
Was ist ADP Project - Accelerated Desktop Pages?
ADP Project - Accelerated Desktop Pages ist eine Chrome-Erweiterung, die von https://adpproject.org entwickelt wurde, und ihr Hauptmerkmal ist "View the Accelerated Mobile Pages (AMP) version of webpages".
Erweiterungsscreenshots
ADP Project - Accelerated Desktop Pages-Erweiterungs-CRX-Datei herunterladen
Laden Sie ADP Project - Accelerated Desktop Pages-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Accelerated Desktop Pages (ADP) extension speeds up web pages on sites like BBC News, The Guardian, Buzzfeed and The Verge. The extension does this by using the available Accelerated Mobile Pages. These are web pages that have been generated to load much much faster. They're slimmed down versions of the desktop page and are cached by Google all around the world for even fast loading times. Features - ADP toolbar icon displays blue when the current page has an accelerated version available. Click on the toolbar icon to be taken to the accelerated page - Automatic redirection on detecting that the current page has accelerated version available - Automatically modifying all links on the website to point to their accelerated version Features can be enabled/disabled in the extension settings. Currently Supports BBC News | The Verge | The Guardian | Buzzfeed http://www.adpproject.org
Grundlegende Informationen zur Erweiterung
Name | ADP Project - Accelerated Desktop Pages |
ID | pclljpkdeinkcneeenmkedghbhnoocdb |
Offizielle URL | https://chromewebstore.google.com/detail/adp-project-accelerated-d/pclljpkdeinkcneeenmkedghbhnoocdb |
Beschreibung | View the Accelerated Mobile Pages (AMP) version of webpages |
Dateigröße | 160 KB |
Installationsanzahl | 70 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2015-10-10 |
Veröffentlichungsdatum | 2015-10-10 |
Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://adpproject.org |
Zahlungsart | free |
Erweiterungswebsite | http://www.adpproject.org |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ADP Project - Accelerated Desktop Pages", "version": "1.0.1", "manifest_version": 2, "description": "View the Accelerated Mobile Pages (AMP) version of webpages", "homepage_url": "http:\/\/www.adpproject.org", "icons": { "16": "icons\/adp_icon_16x16.png", "48": "icons\/adp_icon_48x48.png", "128": "icons\/adp_icon_128x128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/jquery\/jquery-1.11.2.min.js", "src\/bg\/background.js" ], "persistent": true }, "options_ui": { "page": "src\/options\/index.html", "chrome_style": true }, "browser_action": { "default_icon": "icons\/adp_unavailable_128x128.png", "default_title": "ADP Unavailable" }, "permissions": [ "storage", "tabs", "http:\/\/*.adpproject.org\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "js\/jquery\/jquery-1.11.2.min.js", "src\/inject\/inject.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |