ENDEL New Tab
An unexpected trip everyday by simply opening a new tab
What is ENDEL New Tab?
ENDEL New Tab is a Chrome extension developed by http://endeladze.info, and its main feature is "An unexpected trip everyday by simply opening a new tab".
Extension Screenshots
Download ENDEL New Tab Extension CRX File
Download ENDEL New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | ddjeljcjjhbopaigbfeopgdabgabplbi |
Official URL | https://chrome.google.com/webstore/detail/endel-new-tab/ddjeljcjjhbopaigbfeopgdabgabplbi |
Description | An unexpected trip everyday by simply opening a new tab |
File Size | 740 KB |
Installation Count | 710 |
Current Version | 0.2.14 |
Last Updated | 2015-02-03 |
Publish Date | 2015-02-03 |
Rating | 3.60/5 Total 15 Ratings |
Developer | http://endeladze.info |
Payment Type | free |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "build\/events.min.js" ] }, "chrome_url_overrides": { "newtab": "main.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/query.yahooapis.com https:\/\/suggestqueries.google.com https:\/\/*.staticflickr.com 'unsafe-eval'; object-src 'self'", "description": "__MSG_extDescription__", "icons": { "128": "logo-128.png", "16": "logo-16.png", "48": "logo-48.png" }, "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "en", "offline_enabled": true, "permissions": [ "geolocation", "unlimitedStorage", "alarms", "topSites", "chrome:\/\/favicon\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.14" } |