Credits

Learn who created the websites you visit

Credits là gì?

Credits là một tiện ích mở rộng Chrome được phát triển bởi https://makesites.org, và tính năng chính của nó là "Learn who created the websites you visit".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Credits

Tải xuống các tệp mở rộng Credits dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Credits is an extension that promotes the technical and artistic people that contribute in the development and evolution of the Web. 

By displaying a single icon in Chrome's toolbar, visitors have immediate access to the website's humans.txt file, which is a standard way to display information about the different people who have contributed in the construction of the website they are viewing.

Presentation is similar to a traditional credit roll. ASCII art is supported with main consideration being the max width of the popup window (800px)

We invite everyone to give credit to the teams responsible for the web applications we use every day, by installing and using this extension. Our hope is to reward creative people for their hard work and encourage them to do even more through recognition of their contributions. 

Originally created as a weekend hackathon organized by Makesites.org                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Credits Credits
ID gnelaoadiiffeiddnfbbamnmdbfidfog
URL Chính Thức https://chromewebstore.google.com/detail/credits/gnelaoadiiffeiddnfbbamnmdbfidfog
Mô tả Learn who created the websites you visit
Kích Thước Tệp 24.54 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2016-05-13
Ngày Phát Hành 2016-05-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://makesites.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://credits.makesit.es
URL Trang Trợ Giúp http://facebook.com/makesites.org
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Credits",
    "version": "0.3.0",
    "short_name": "Credits",
    "description": "Learn who created the websites you visit",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Credits",
        "default_icon": "assets\/img\/icon\/19.png",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "assets\/img\/icon\/48.png",
        "72": "assets\/img\/icon\/72.png",
        "128": "assets\/img\/icon\/128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'; frame-src http:\/\/credits.makesit.es http:\/\/makesit.es http:\/\/kdi.co http:\/\/cdn.kdi.co http:\/\/cdn.makesit.es http:\/\/fonts.googleapis.com http:\/\/cdnjs.cloudflare.com"
}