Web-Development | Analysis-Tools

This extension shows links to some good Website-Analysis-Tools for the current tab.

Apa itu Web-Development | Analysis-Tools?

Web-Development | Analysis-Tools adalah ekstensi Chrome yang dikembangkan oleh https://moelleken.org, dan fitur utamanya adalah "This extension shows links to some good Website-Analysis-Tools for the current tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Web-Development | Analysis-Tools

Unduh file ekstensi Web-Development | Analysis-Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension shows links to some good Website-Analysis-Tools for the current tab.

Here is the github-repo if you want to contribute: https://github.com/voku/Web-Analyse-Tools-for-Chrome

Happy Coding! :)

--------------

CHANGELOG:

0.0.3
-----
[+]: add link to "SSL Config-Generator"
[+]: add link to "Facebook Sharing Debugger"
[+]: add link to ""Twitter-Card Validator"


0.0.2
-----
[+]: add link to "Check Accessibility (wave.webaim.org)"


0.0.1
-----
[+]: init                    

Informasi Dasar Ekstensi

Nama Web-Development | Analysis-Tools Web-Development | Analysis-Tools
ID ebhbpdaejpgndphbdcphdiefknmeciph
URL Resmi https://chromewebstore.google.com/detail/web-development-analysis/ebhbpdaejpgndphbdcphdiefknmeciph
Deskripsi This extension shows links to some good Website-Analysis-Tools for the current tab.
Ukuran File 8.08 KB
Jumlah Instalasi 269
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2016-08-01
Tanggal Publikasi 2016-08-01
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://moelleken.org
Tipe Pembayaran free
Situs Ekstensi https://suckup.de/2015/10/top-chrome-erweiterungen-fuer-webdeveloper/
URL Halaman Bantuan https://github.com/voku/Web-Analyse-Tools-for-Chrome
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web-Development | Analysis-Tools",
    "description": "This extension shows links to some good Website-Analysis-Tools for the current tab.",
    "version": "0.0.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}